#BB329E

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

Shades of Medium Red Violet #BB329E

Tints of Medium Red Violet #BB329E

Color information

#BB329E (or 0xBB329E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 32 and 9E. RGB value is (187,50,158). Sum of RGB (Red+Green+Blue) = 187+50+158=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB329E is #44CD61. Grayscale: #666666. Windows color (decimal): -4509026 or 10367675. OLE color: 10367675.

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

Color convert

RGB18750158-
CMYK00.730.160.27
HSL312.7º57.81%46.47%-
HSV(B)312.7º73.26%73.33%-
XYZ27.8115.3133.84-
YUV103.28158.89187.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 158 (62.11% from 255) = 40%
R=47.34%
G=12.66%
B=40%

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
Decimal1875015800.730.160.27312.757.8146.47
HexBB329E049101B1393a2e
Octal27362236011120334717256
Binary1011101111001010011110010010011000011011100111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB329E; }

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

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

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

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

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

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

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

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