Html Css Color HEX #BB0072 Medium Violet Red

📋 copy color: '#BB0072'

red 187 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #BB0072

Tints of Medium Violet Red #BB0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 62.13%
G = 0%
B = 37.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0072 (or 0xBB0072) is known color: Medium Violet Red. HEX triplet: BB, 00 and 72. RGB value is (187,0,114). Sum of RGB (Red+Green+Blue) = 187+0+114=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0072 is #44FF8D. Grayscale: #444444. Windows color (decimal): -4521870 or 7471291. OLE color: 7471291.

HSL color Cylindrical-coordinate representation of color #BB0072: hue angle of 323.42º 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 #BB0072 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 114 -
CMYK 0 1 0.39 0.27
HSL 323.42º 1% 0.37% -
HSV(B) 323.42º 1% 0.73% -
XYZ 23.53 11.78 16.95 -
YUV 68.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 187 0 114 0 1 0.39 0.27 323.42 1 0.37
Hex BB 0 72 0 64 27 1B 143 64 25
Octal 273 0 162 0 144 47 33 503 144 45
Binary 10111011 0 1110010 0 1100100 100111 11011 101000011 1100100 100101

Color Harmonies of #BB0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0072

Black with #BB0072

Text Example


Text Example

White with #BB0072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0072; }

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

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

background-color css

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

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

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

border-color css

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

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

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