Html Css Color HEX #BB1988 Medium Violet Red

📋 copy color: '#BB1988'

red 187 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #BB1988

Tints of Medium Violet Red #BB1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 53.74%
G = 7.18%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB1988 (or 0xBB1988) is known color: Medium Violet Red. HEX triplet: BB, 19 and 88. RGB value is (187,25,136). Sum of RGB (Red+Green+Blue) = 187+25+136=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1988 is #44E677. Grayscale: #555555. Windows color (decimal): -4515448 or 8919483. OLE color: 8919483.

HSL color Cylindrical-coordinate representation of color #BB1988: hue angle of 318.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1988 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 136 -
CMYK 0 0.87 0.27 0.27
HSL 318.89º 0.76% 0.42% -
HSV(B) 318.89º 0.87% 0.73% -
XYZ 25.29 13.04 24.48 -
YUV 86.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 187 25 136 0 0.87 0.27 0.27 318.89 0.76 0.42
Hex BB 19 88 0 57 1B 1B 13F 4C 2A
Octal 273 31 210 0 127 33 33 477 114 52
Binary 10111011 11001 10001000 0 1010111 11011 11011 100111111 1001100 101010

Color Harmonies of #BB1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1988

Black with #BB1988

Text Example


Text Example

White with #BB1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1988; }

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

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

background-color css

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

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

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

border-color css

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

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

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