#BB339F

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

Shades of Medium Red Violet #BB339F

Tints of Medium Red Violet #BB339F

Color information

#BB339F (or 0xBB339F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 33 and 9F. RGB value is (187,51,159). Sum of RGB (Red+Green+Blue) = 187+51+159=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB339F is #44CC60. Grayscale: #676767. Windows color (decimal): -4508769 or 10433467. OLE color: 10433467.

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

Color convert

RGB18751159-
CMYK00.730.150.27
HSL312.35º57.14%46.67%-
HSV(B)312.35º72.73%73.33%-
XYZ27.9415.4434.31-
YUV103.98159.06187.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=47.10%
G=12.85%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875115900.730.150.27312.3557.1446.67
HexBB339F049F1B138392f
Octal27363237011117334707157
Binary101110111100111001111101001001111111011100111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB339F; }

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

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

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

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

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

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

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

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