Html Css Color HEX #BB2888 Medium Red Violet

📋 copy color: '#BB2888'

red 187 ◦ green 40 ◦ blue 136

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

Shades of Medium Red Violet #BB2888

Tints of Medium Red Violet #BB2888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 51.52%
G = 11.02%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB2888 (or 0xBB2888) is known color: Medium Red Violet. HEX triplet: BB, 28 and 88. RGB value is (187,40,136). Sum of RGB (Red+Green+Blue) = 187+40+136=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2888 is #44D777. Grayscale: #5E5E5E. Windows color (decimal): -4511608 or 8923323. OLE color: 8923323.

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

Color convert

RGB 187 40 136 -
CMYK 0 0.79 0.27 0.27
HSL 320.82º 0.65% 0.45% -
HSV(B) 320.82º 0.79% 0.73% -
XYZ 25.7 13.86 24.61 -
YUV 94.9 151.2 193.69 -
System Red Green Blue C M Y K H S L
Decimal 187 40 136 0 0.79 0.27 0.27 320.82 0.65 0.45
Hex BB 28 88 0 4F 1B 1B 141 41 2D
Octal 273 50 210 0 117 33 33 501 101 55
Binary 10111011 101000 10001000 0 1001111 11011 11011 101000001 1000001 101101

Color Harmonies of #BB2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2888

Black with #BB2888

Text Example


Text Example

White with #BB2888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2888; }

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

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

background-color css

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

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

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

border-color css

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

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

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