Html Css Color HEX #BB0B71 Medium Violet Red

📋 copy color: '#BB0B71'

red 187 ◦ green 11 ◦ blue 113

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

Shades of Medium Violet Red #BB0B71

Tints of Medium Violet Red #BB0B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 60.13%
G = 3.54%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0B71 (or 0xBB0B71) is known color: Medium Violet Red. HEX triplet: BB, 0B and 71. RGB value is (187,11,113). Sum of RGB (Red+Green+Blue) = 187+11+113=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B71 is #44F48E. Grayscale: #4B4B4B. Windows color (decimal): -4519055 or 7408571. OLE color: 7408571.

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

Color convert

RGB 187 11 113 -
CMYK 0 0.94 0.40 0.27
HSL 325.23º 0.89% 0.39% -
HSV(B) 325.23º 0.94% 0.73% -
XYZ 23.59 12 16.69 -
YUV 75.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 187 11 113 0 0.94 0.40 0.27 325.23 0.89 0.39
Hex BB B 71 0 5E 28 1B 145 59 27
Octal 273 13 161 0 136 50 33 505 131 47
Binary 10111011 1011 1110001 0 1011110 101000 11011 101000101 1011001 100111

Color Harmonies of #BB0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B71

Black with #BB0B71

Text Example


Text Example

White with #BB0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B71; }

 p { color: rgb(187,11,113); }

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

background-color css

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

 a { background-color: rgb(187,11,113); }

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

border-color css

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

 span { border-color: rgb(187,11,113); }

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