Html Css Color HEX #BB1992 Medium Violet Red

📋 copy color: '#BB1992'

red 187 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #BB1992

Tints of Medium Violet Red #BB1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 52.23%
G = 6.98%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1992 (or 0xBB1992) is known color: Medium Violet Red. HEX triplet: BB, 19 and 92. RGB value is (187,25,146). Sum of RGB (Red+Green+Blue) = 187+25+146=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1992 is #44E66D. Grayscale: #565656. Windows color (decimal): -4515438 or 9574843. OLE color: 9574843.

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

Color convert

RGB 187 25 146 -
CMYK 0 0.87 0.22 0.27
HSL 315.19º 0.76% 0.42% -
HSV(B) 315.19º 0.87% 0.73% -
XYZ 26.03 13.34 28.4 -
YUV 87.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 187 25 146 0 0.87 0.22 0.27 315.19 0.76 0.42
Hex BB 19 92 0 57 16 1B 13B 4C 2A
Octal 273 31 222 0 127 26 33 473 114 52
Binary 10111011 11001 10010010 0 1010111 10110 11011 100111011 1001100 101010

Color Harmonies of #BB1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1992

Black with #BB1992

Text Example


Text Example

White with #BB1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1992; }

 p { color: rgb(187,25,146); }

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

background-color css

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

 a { background-color: rgb(187,25,146); }

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

border-color css

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

 span { border-color: rgb(187,25,146); }

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