Html Css Color HEX #BB2092 Medium Violet Red

📋 copy color: '#BB2092'

red 187 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #BB2092

Tints of Medium Violet Red #BB2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 51.23%
G = 8.77%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2092 (or 0xBB2092) is known color: Medium Violet Red. HEX triplet: BB, 20 and 92. RGB value is (187,32,146). Sum of RGB (Red+Green+Blue) = 187+32+146=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2092 is #44DF6D. Grayscale: #5B5B5B. Windows color (decimal): -4513646 or 9576635. OLE color: 9576635.

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

Color convert

RGB 187 32 146 -
CMYK 0 0.83 0.22 0.27
HSL 315.87º 0.71% 0.43% -
HSV(B) 315.87º 0.83% 0.73% -
XYZ 26.2 13.67 28.45 -
YUV 91.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 187 32 146 0 0.83 0.22 0.27 315.87 0.71 0.43
Hex BB 20 92 0 53 16 1B 13C 47 2B
Octal 273 40 222 0 123 26 33 474 107 53
Binary 10111011 100000 10010010 0 1010011 10110 11011 100111100 1000111 101011

Color Harmonies of #BB2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2092

Black with #BB2092

Text Example


Text Example

White with #BB2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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