Html Css Color HEX #BB0892 Medium Violet Red

📋 copy color: '#BB0892'

red 187 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #BB0892

Tints of Medium Violet Red #BB0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 54.84%
G = 2.35%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0892 (or 0xBB0892) is known color: Medium Violet Red. HEX triplet: BB, 08 and 92. RGB value is (187,8,146). Sum of RGB (Red+Green+Blue) = 187+8+146=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0892 is #44F76D. Grayscale: #4C4C4C. Windows color (decimal): -4519790 or 9570491. OLE color: 9570491.

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

Color convert

RGB 187 8 146 -
CMYK 0 0.96 0.22 0.27
HSL 313.74º 0.92% 0.38% -
HSV(B) 313.74º 0.96% 0.73% -
XYZ 25.77 12.81 28.31 -
YUV 77.25 166.8 206.28 -
System Red Green Blue C M Y K H S L
Decimal 187 8 146 0 0.96 0.22 0.27 313.74 0.92 0.38
Hex BB 8 92 0 60 16 1B 13A 5C 26
Octal 273 10 222 0 140 26 33 472 134 46
Binary 10111011 1000 10010010 0 1100000 10110 11011 100111010 1011100 100110

Color Harmonies of #BB0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0892

Black with #BB0892

Text Example


Text Example

White with #BB0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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