#BB329F

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

Shades of Medium Red Violet #BB329F

Tints of Medium Red Violet #BB329F

Color information

#BB329F (or 0xBB329F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 32 and 9F. RGB value is (187,50,159). Sum of RGB (Red+Green+Blue) = 187+50+159=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB329F is #44CD60. Grayscale: #676767. Windows color (decimal): -4509025 or 10433211. OLE color: 10433211.

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

Color convert

RGB18750159-
CMYK00.730.150.27
HSL312.26º57.81%46.47%-
HSV(B)312.26º73.26%73.33%-
XYZ27.8915.3534.29-
YUV103.39159.39187.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=47.22%
G=12.63%
B=40.15%

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
Decimal1875015900.730.150.27312.2657.8146.47
HexBB329F049F1B1383a2e
Octal27362237011117334707256
Binary101110111100101001111101001001111111011100111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB329F; }

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

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

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

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

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

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

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

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