Html Css Color HEX #BA4083 Medium Red Violet

📋 copy color: '#BA4083'

red 186 ◦ green 64 ◦ blue 131

#BA4083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BA4083

Tints of Medium Red Violet #BA4083

RGB

 RED value IS 186 (73.05% from 255) = 48.82%

 GREEN value IS 64 (25.39% from 255) = 16.8%

 BLUE value IS 131 (51.56% from 255) = 34.38%

R = 48.82%
G = 16.8%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA4083 (or 0xBA4083) is known color: Medium Red Violet. HEX triplet: BA, 40 and 83. RGB value is (186,64,131). Sum of RGB (Red+Green+Blue) = 186+64+131=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4083 is #45BF7C. Grayscale: #6B6B6B. Windows color (decimal): -4571005 or 8601786. OLE color: 8601786.

HSL color Cylindrical-coordinate representation of color #BA4083: hue angle of 327.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4083 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 131 -
CMYK 0 0.66 0.30 0.27
HSL 327.05º 0.49% 0.49% -
HSV(B) 327.05º 0.66% 0.73% -
XYZ 26.18 15.74 23.13 -
YUV 108.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 186 64 131 0 0.66 0.30 0.27 327.05 0.49 0.49
Hex BA 40 83 0 42 1E 1B 147 31 31
Octal 272 100 203 0 102 36 33 507 61 61
Binary 10111010 1000000 10000011 0 1000010 11110 11011 101000111 110001 110001

Color Harmonies of #BA4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4083

Black with #BA4083

Text Example


Text Example

White with #BA4083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4083; }

 p { color: rgb(186,64,131); }

 H1.HeaderClassName
 {
   color: #BA4083;
 }
 .AnyTagClassName
 {
   color: #BA4083;
 }
</style>

background-color css

<style>
 a { background-color: #BA4083; }

 a { background-color: rgb(186,64,131); }

 div.DivClassName
 {
   background-color: #BA4083;
 }
 .BgClassName
 {
   background-color: #BA4083;
 }
</style>

border-color css

<style>
 span { border-color: #BA4083; }

 span { border-color: rgb(186,64,131); }

 td.TdClassName
 {
   border-color: #BA4083;
 }
 .TagClassName
 {
   border-color: #BA4083;
 }
</style>