#BB359D

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

Shades of Medium Red Violet #BB359D

Tints of Medium Red Violet #BB359D

Color information

#BB359D (or 0xBB359D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 35 and 9D. RGB value is (187,53,157). Sum of RGB (Red+Green+Blue) = 187+53+157=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB359D is #44CA62. Grayscale: #686868. Windows color (decimal): -4508259 or 10302907. OLE color: 10302907.

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

Color convert

RGB18753157-
CMYK00.720.160.27
HSL313.43º55.83%47.06%-
HSV(B)313.43º71.66%73.33%-
XYZ27.8515.5533.43-
YUV104.92157.39186.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=47.10%
G=13.35%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875315700.720.160.27313.4355.8347.06
HexBB359D048101B139382f
Octal27365235011020334717057
Binary1011101111010110011101010010001000011011100111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB359D; }

 p { color: rgb(187,53,157); }

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

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

 a { background-color: rgb(187,53,157); }

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

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

 span { border-color: rgb(187,53,157); }

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