Html Css Color HEX #BB0092 Medium Violet Red

📋 copy color: '#BB0092'

red 187 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #BB0092

Tints of Medium Violet Red #BB0092

RGB

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

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

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

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0092 (or 0xBB0092) is known color: Medium Violet Red. HEX triplet: BB, 00 and 92. RGB value is (187,0,146). Sum of RGB (Red+Green+Blue) = 187+0+146=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0092 is #44FF6D. Grayscale: #484848. Windows color (decimal): -4521838 or 9568443. OLE color: 9568443.

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

Color convert

RGB 187 0 146 -
CMYK 0 1 0.22 0.27
HSL 313.16º 1% 0.37% -
HSV(B) 313.16º 1% 0.73% -
XYZ 25.68 12.64 28.28 -
YUV 72.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 187 0 146 0 1 0.22 0.27 313.16 1 0.37
Hex BB 0 92 0 64 16 1B 139 64 25
Octal 273 0 222 0 144 26 33 471 144 45
Binary 10111011 0 10010010 0 1100100 10110 11011 100111001 1100100 100101

Color Harmonies of #BB0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0092

Black with #BB0092

Text Example


Text Example

White with #BB0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0092; }

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

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

background-color css

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

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

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

border-color css

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

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

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