#BB2E75

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

Shades of Medium Red Violet #BB2E75

Tints of Medium Red Violet #BB2E75

Color information

#BB2E75 (or 0xBB2E75) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2E and 75. RGB value is (187,46,117). Sum of RGB (Red+Green+Blue) = 187+46+117=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E75 is #44D18A. Grayscale: #606060. Windows color (decimal): -4510091 or 7679675. OLE color: 7679675.

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

Color convert

RGB18746117-
CMYK00.750.370.27
HSL329.79º60.52%45.69%-
HSV(B)329.79º75.4%73.33%-
XYZ24.6813.818.19-
YUV96.25139.71192.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=53.43%
G=13.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874611700.750.370.27329.7960.5245.69
HexBB2E7504B251B14a3d2e
Octal27356165011345335127556
Binary1011101110111011101010100101110010111011101001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E75; }

 p { color: rgb(187,46,117); }

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

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

 a { background-color: rgb(187,46,117); }

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

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

 span { border-color: rgb(187,46,117); }

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