Html Css Color HEX #BB2088 Medium Violet Red

📋 copy color: '#BB2088'

red 187 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #BB2088

Tints of Medium Violet Red #BB2088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 52.68%
G = 9.01%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB2088 (or 0xBB2088) is known color: Medium Violet Red. HEX triplet: BB, 20 and 88. RGB value is (187,32,136). Sum of RGB (Red+Green+Blue) = 187+32+136=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2088 is #44DF77. Grayscale: #595959. Windows color (decimal): -4513656 or 8921275. OLE color: 8921275.

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

Color convert

RGB 187 32 136 -
CMYK 0 0.83 0.27 0.27
HSL 319.74º 0.71% 0.43% -
HSV(B) 319.74º 0.83% 0.73% -
XYZ 25.45 13.38 24.53 -
YUV 90.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 187 32 136 0 0.83 0.27 0.27 319.74 0.71 0.43
Hex BB 20 88 0 53 1B 1B 140 47 2B
Octal 273 40 210 0 123 33 33 500 107 53
Binary 10111011 100000 10001000 0 1010011 11011 11011 101000000 1000111 101011

Color Harmonies of #BB2088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2088

Black with #BB2088

Text Example


Text Example

White with #BB2088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2088; }

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

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

background-color css

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

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

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

border-color css

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

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

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