Html Css Color HEX #BB0F9C Medium Violet Red

📋 copy color: '#BB0F9C'

red 187 ◦ green 15 ◦ blue 156

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

Shades of Medium Violet Red #BB0F9C

Tints of Medium Violet Red #BB0F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 52.23%
G = 4.19%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB0F9C (or 0xBB0F9C) is known color: Medium Violet Red. HEX triplet: BB, 0F and 9C. RGB value is (187,15,156). Sum of RGB (Red+Green+Blue) = 187+15+156=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F9C is #44F063. Grayscale: #525252. Windows color (decimal): -4517988 or 10227643. OLE color: 10227643.

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

Color convert

RGB 187 15 156 -
CMYK 0 0.92 0.17 0.27
HSL 310.81º 0.85% 0.4% -
HSV(B) 310.81º 0.92% 0.73% -
XYZ 26.67 13.31 32.62 -
YUV 82.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 187 15 156 0 0.92 0.17 0.27 310.81 0.85 0.4
Hex BB F 9C 0 5C 11 1B 137 55 28
Octal 273 17 234 0 134 21 33 467 125 50
Binary 10111011 1111 10011100 0 1011100 10001 11011 100110111 1010101 101000

Color Harmonies of #BB0F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F9C

Black with #BB0F9C

Text Example


Text Example

White with #BB0F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F9C; }

 p { color: rgb(187,15,156); }

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

background-color css

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

 a { background-color: rgb(187,15,156); }

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

border-color css

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

 span { border-color: rgb(187,15,156); }

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