Html Css Color HEX #BB1096 Medium Violet Red

📋 copy color: '#BB1096'

red 187 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #BB1096

Tints of Medium Violet Red #BB1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 52.97%
G = 4.53%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1096 (or 0xBB1096) is known color: Medium Violet Red. HEX triplet: BB, 10 and 96. RGB value is (187,16,150). Sum of RGB (Red+Green+Blue) = 187+16+150=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1096 is #44EF69. Grayscale: #525252. Windows color (decimal): -4517738 or 9834683. OLE color: 9834683.

HSL color Cylindrical-coordinate representation of color #BB1096: hue angle of 312.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1096 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 150 -
CMYK 0 0.91 0.20 0.27
HSL 312.98º 0.84% 0.4% -
HSV(B) 312.98º 0.91% 0.73% -
XYZ 26.18 13.14 30.01 -
YUV 82.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 187 16 150 0 0.91 0.20 0.27 312.98 0.84 0.4
Hex BB 10 96 0 5B 14 1B 139 54 28
Octal 273 20 226 0 133 24 33 471 124 50
Binary 10111011 10000 10010110 0 1011011 10100 11011 100111001 1010100 101000

Color Harmonies of #BB1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1096

Black with #BB1096

Text Example


Text Example

White with #BB1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1096; }

 p { color: rgb(187,16,150); }

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

background-color css

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

 a { background-color: rgb(187,16,150); }

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

border-color css

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

 span { border-color: rgb(187,16,150); }

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