Html Css Color HEX #BB2188 Medium Violet Red

📋 copy color: '#BB2188'

red 187 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #BB2188

Tints of Medium Violet Red #BB2188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 52.53%
G = 9.27%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB2188 (or 0xBB2188) is known color: Medium Violet Red. HEX triplet: BB, 21 and 88. RGB value is (187,33,136). Sum of RGB (Red+Green+Blue) = 187+33+136=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2188 is #44DE77. Grayscale: #5A5A5A. Windows color (decimal): -4513400 or 8921531. OLE color: 8921531.

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

Color convert

RGB 187 33 136 -
CMYK 0 0.82 0.27 0.27
HSL 319.87º 0.7% 0.43% -
HSV(B) 319.87º 0.82% 0.73% -
XYZ 25.48 13.43 24.54 -
YUV 90.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 187 33 136 0 0.82 0.27 0.27 319.87 0.7 0.43
Hex BB 21 88 0 52 1B 1B 140 46 2B
Octal 273 41 210 0 122 33 33 500 106 53
Binary 10111011 100001 10001000 0 1010010 11011 11011 101000000 1000110 101011

Color Harmonies of #BB2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2188

Black with #BB2188

Text Example


Text Example

White with #BB2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2188; }

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

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

background-color css

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

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

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

border-color css

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

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

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