Html Css Color HEX #BB1188 Medium Violet Red

📋 copy color: '#BB1188'

red 187 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #BB1188

Tints of Medium Violet Red #BB1188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 55%
G = 5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB1188 (or 0xBB1188) is known color: Medium Violet Red. HEX triplet: BB, 11 and 88. RGB value is (187,17,136). Sum of RGB (Red+Green+Blue) = 187+17+136=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1188 is #44EE77. Grayscale: #515151. Windows color (decimal): -4517496 or 8917435. OLE color: 8917435.

HSL color Cylindrical-coordinate representation of color #BB1188: hue angle of 318º degrees, saturation: 0.83, 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 #BB1188 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 136 -
CMYK 0 0.91 0.27 0.27
HSL 318º 0.83% 0.4% -
HSV(B) 318º 0.91% 0.73% -
XYZ 25.14 12.74 24.43 -
YUV 81.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 187 17 136 0 0.91 0.27 0.27 318 0.83 0.4
Hex BB 11 88 0 5B 1B 1B 13E 53 28
Octal 273 21 210 0 133 33 33 476 123 50
Binary 10111011 10001 10001000 0 1011011 11011 11011 100111110 1010011 101000

Color Harmonies of #BB1188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1188

Black with #BB1188

Text Example


Text Example

White with #BB1188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1188; }

 p { color: rgb(187,17,136); }

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

background-color css

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

 a { background-color: rgb(187,17,136); }

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

border-color css

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

 span { border-color: rgb(187,17,136); }

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