Html Css Color HEX #BA0087 Medium Violet Red

📋 copy color: '#BA0087'

red 186 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #BA0087

Tints of Medium Violet Red #BA0087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.94%
G = 0%
B = 42.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0087 (or 0xBA0087) is known color: Medium Violet Red. HEX triplet: BA, 00 and 87. RGB value is (186,0,135). Sum of RGB (Red+Green+Blue) = 186+0+135=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0087 is #45FF78. Grayscale: #464646. Windows color (decimal): -4587385 or 8847546. OLE color: 8847546.

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

Color convert

RGB 186 0 135 -
CMYK 0 1 0.27 0.27
HSL 316.45º 1% 0.36% -
HSV(B) 316.45º 1% 0.73% -
XYZ 24.62 12.19 23.98 -
YUV 71 164.12 210.02 -
System Red Green Blue C M Y K H S L
Decimal 186 0 135 0 1 0.27 0.27 316.45 1 0.36
Hex BA 0 87 0 64 1B 1B 13C 64 24
Octal 272 0 207 0 144 33 33 474 144 44
Binary 10111010 0 10000111 0 1100100 11011 11011 100111100 1100100 100100

Color Harmonies of #BA0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0087

Black with #BA0087

Text Example


Text Example

White with #BA0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0087; }

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

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

background-color css

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

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

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

border-color css

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

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

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