#BB3E7C

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

Shades of Medium Red Violet #BB3E7C

Tints of Medium Red Violet #BB3E7C

Color information

#BB3E7C (or 0xBB3E7C) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and 7C. RGB value is (187,62,124). Sum of RGB (Red+Green+Blue) = 187+62+124=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E7C is #44C183. Grayscale: #6A6A6A. Windows color (decimal): -4505988 or 8142523. OLE color: 8142523.

HSL color Cylindrical-coordinate representation of color #BB3E7C: hue angle of 330.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E7C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18762124-
CMYK00.670.340.27
HSL330.24º50.2%48.82%-
HSV(B)330.24º66.84%73.33%-
XYZ25.8515.4720.69-
YUV106.44137.91185.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=50.13%
G=16.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876212400.670.340.27330.2450.248.82
HexBB3E7C043221B14a3231
Octal27376174010342335126261
Binary1011101111111011111000100001110001011011101001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E7C; }

 p { color: rgb(187,62,124); }

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

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

 a { background-color: rgb(187,62,124); }

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

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

 span { border-color: rgb(187,62,124); }

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