Html Css Color HEX #BB0087 Medium Violet Red

📋 copy color: '#BB0087'

red 187 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #BB0087

Tints of Medium Violet Red #BB0087

RGB

 RED value IS 187 (73.44% from 255) = 58.07%

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

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

R = 58.07%
G = 0%
B = 41.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB0087 (or 0xBB0087) is known color: Medium Violet Red. HEX triplet: BB, 00 and 87. RGB value is (187,0,135). Sum of RGB (Red+Green+Blue) = 187+0+135=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0087 is #44FF78. Grayscale: #464646. Windows color (decimal): -4521849 or 8847547. OLE color: 8847547.

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

Color convert

RGB 187 0 135 -
CMYK 0 1 0.28 0.27
HSL 316.68º 1% 0.37% -
HSV(B) 316.68º 1% 0.73% -
XYZ 24.87 12.31 23.99 -
YUV 71.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 187 0 135 0 1 0.28 0.27 316.68 1 0.37
Hex BB 0 87 0 64 1C 1B 13D 64 25
Octal 273 0 207 0 144 34 33 475 144 45
Binary 10111011 0 10000111 0 1100100 11100 11011 100111101 1100100 100101

Color Harmonies of #BB0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0087

Black with #BB0087

Text Example


Text Example

White with #BB0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0087; }

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

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

background-color css

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

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

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

border-color css

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

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

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