#BB2F88

Color #BB2F88 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BB2F88

Tints of Medium Red Violet #BB2F88

Color information

#BB2F88 (or 0xBB2F88) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2F and 88. RGB value is (187,47,136). Sum of RGB (Red+Green+Blue) = 187+47+136=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F88 is #44D077. Grayscale: #626262. Windows color (decimal): -4509816 or 8925115. OLE color: 8925115.

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

Color convert

RGB18747136-
CMYK00.750.270.27
HSL321.86º59.83%45.88%-
HSV(B)321.86º74.87%73.33%-
XYZ25.9514.3824.7-
YUV99.01148.88190.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 47 (18.75% from 255) = 12.70%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=50.54%
G=12.70%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874713600.750.270.27321.8659.8345.88
HexBB2F8804B1B1B1423c2e
Octal27357210011333335027456
Binary1011101110111110001000010010111101111011101000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F88; }

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

 H1.HeaderClassName
 {
   color: #BB2F88;
 }
 .AnyTagClassName
 {
   color: #BB2F88;
 }
</style>
background-color css

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

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

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

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

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

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