#BB2F8E

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

Shades of Medium Red Violet #BB2F8E

Tints of Medium Red Violet #BB2F8E

Color information

#BB2F8E (or 0xBB2F8E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2F and 8E. RGB value is (187,47,142). Sum of RGB (Red+Green+Blue) = 187+47+142=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2F8E is #44D071. Grayscale: #636363. Windows color (decimal): -4509810 or 9318331. OLE color: 9318331.

HSL color Cylindrical-coordinate representation of color #BB2F8E: hue angle of 319.29º 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 #BB2F8E is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18747142-
CMYK00.750.240.27
HSL319.29º59.83%45.88%-
HSV(B)319.29º74.87%73.33%-
XYZ26.3914.5527.01-
YUV99.69151.88190.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=49.73%
G=12.5%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874714200.750.240.27319.2959.8345.88
HexBB2F8E04B181B13f3c2e
Octal27357216011330334777456
Binary1011101110111110001110010010111100011011100111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F8E; }

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

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

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

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

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

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

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

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