Html Css Color HEX #BB0291 Medium Violet Red

📋 copy color: '#BB0291'

red 187 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #BB0291

Tints of Medium Violet Red #BB0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 55.99%
G = 0.6%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0291 (or 0xBB0291) is known color: Medium Violet Red. HEX triplet: BB, 02 and 91. RGB value is (187,2,145). Sum of RGB (Red+Green+Blue) = 187+2+145=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0291 is #44FD6E. Grayscale: #494949. Windows color (decimal): -4521327 or 9503419. OLE color: 9503419.

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

Color convert

RGB 187 2 145 -
CMYK 0 0.99 0.22 0.27
HSL 313.62º 0.98% 0.37% -
HSV(B) 313.62º 0.99% 0.73% -
XYZ 25.63 12.65 27.88 -
YUV 73.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 187 2 145 0 0.99 0.22 0.27 313.62 0.98 0.37
Hex BB 2 91 0 63 16 1B 13A 62 25
Octal 273 2 221 0 143 26 33 472 142 45
Binary 10111011 10 10010001 0 1100011 10110 11011 100111010 1100010 100101

Color Harmonies of #BB0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0291

Black with #BB0291

Text Example


Text Example

White with #BB0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0291; }

 p { color: rgb(187,2,145); }

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

background-color css

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

 a { background-color: rgb(187,2,145); }

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

border-color css

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

 span { border-color: rgb(187,2,145); }

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