#BB339E

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

Shades of Medium Red Violet #BB339E

Tints of Medium Red Violet #BB339E

Color information

#BB339E (or 0xBB339E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 33 and 9E. RGB value is (187,51,158). Sum of RGB (Red+Green+Blue) = 187+51+158=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB339E is #44CC61. Grayscale: #676767. Windows color (decimal): -4508770 or 10367931. OLE color: 10367931.

HSL color Cylindrical-coordinate representation of color #BB339E: hue angle of 312.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB339E is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18751158-
CMYK00.730.160.27
HSL312.79º57.14%46.67%-
HSV(B)312.79º72.73%73.33%-
XYZ27.8515.433.85-
YUV103.86158.56187.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=47.22%
G=12.88%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875115800.730.160.27312.7957.1446.67
HexBB339E049101B139392f
Octal27363236011120334717157
Binary1011101111001110011110010010011000011011100111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB339E; }

 p { color: rgb(187,51,158); }

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

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

 a { background-color: rgb(187,51,158); }

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

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

 span { border-color: rgb(187,51,158); }

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