#BB3EA2

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

Shades of Medium Red Violet #BB3EA2

Tints of Medium Red Violet #BB3EA2

Color information

#BB3EA2 (or 0xBB3EA2) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and A2. RGB value is (187,62,162). Sum of RGB (Red+Green+Blue) = 187+62+162=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3EA2 is #44C15D. Grayscale: #6E6E6E. Windows color (decimal): -4505950 or 10632891. OLE color: 10632891.

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

Color convert

RGB18762162-
CMYK00.670.130.27
HSL312º50.2%48.82%-
HSV(B)312º66.84%73.33%-
XYZ28.7416.6235.88-
YUV110.78156.91182.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=45.50%
G=15.09%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876216200.670.130.2731250.248.82
HexBB3EA2043D1B1383231
Octal27376242010315334706261
Binary101110111111101010001001000011110111011100111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EA2; }

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

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

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

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

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

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

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

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