#BB2F6F

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

Shades of Medium Red Violet #BB2F6F

Tints of Medium Red Violet #BB2F6F

Color information

#BB2F6F (or 0xBB2F6F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2F and 6F. RGB value is (187,47,111). Sum of RGB (Red+Green+Blue) = 187+47+111=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F6F is #44D090. Grayscale: #606060. Windows color (decimal): -4509841 or 7286715. OLE color: 7286715.

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

Color convert

RGB18747111-
CMYK00.750.410.27
HSL332.57º59.83%45.88%-
HSV(B)332.57º74.87%73.33%-
XYZ24.3813.7516.41-
YUV96.16136.38192.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=54.20%
G=13.62%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874711100.750.410.27332.5759.8345.88
HexBB2F6F04B291B14d3c2e
Octal27357157011351335157456
Binary1011101110111111011110100101110100111011101001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F6F; }

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

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

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

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

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

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

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

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