Html Css Color HEX #BA0887 Medium Violet Red

📋 copy color: '#BA0887'

red 186 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #BA0887

Tints of Medium Violet Red #BA0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 56.53%
G = 2.43%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0887 (or 0xBA0887) is known color: Medium Violet Red. HEX triplet: BA, 08 and 87. RGB value is (186,8,135). Sum of RGB (Red+Green+Blue) = 186+8+135=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0887 is #45F778. Grayscale: #4B4B4B. Windows color (decimal): -4585337 or 8849594. OLE color: 8849594.

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

Color convert

RGB 186 8 135 -
CMYK 0 0.96 0.27 0.27
HSL 317.19º 0.92% 0.38% -
HSV(B) 317.19º 0.96% 0.73% -
XYZ 24.71 12.36 24.01 -
YUV 75.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 186 8 135 0 0.96 0.27 0.27 317.19 0.92 0.38
Hex BA 8 87 0 60 1B 1B 13D 5C 26
Octal 272 10 207 0 140 33 33 475 134 46
Binary 10111010 1000 10000111 0 1100000 11011 11011 100111101 1011100 100110

Color Harmonies of #BA0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0887

Black with #BA0887

Text Example


Text Example

White with #BA0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0887; }

 p { color: rgb(186,8,135); }

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

background-color css

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

 a { background-color: rgb(186,8,135); }

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

border-color css

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

 span { border-color: rgb(186,8,135); }

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