#BB357F

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

Shades of Medium Red Violet #BB357F

Tints of Medium Red Violet #BB357F

Color information

#BB357F (or 0xBB357F) is unknown color: approx Medium Red Violet. HEX triplet: BB, 35 and 7F. RGB value is (187,53,127). Sum of RGB (Red+Green+Blue) = 187+53+127=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB357F is #44CA80. Grayscale: #656565. Windows color (decimal): -4508289 or 8336827. OLE color: 8336827.

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

Color convert

RGB18753127-
CMYK00.720.320.27
HSL326.87º55.83%47.06%-
HSV(B)326.87º71.66%73.33%-
XYZ25.614.6421.56-
YUV101.5142.39188.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 127 (50% from 255) = 34.60%
R=50.95%
G=14.44%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875312700.720.320.27326.8755.8347.06
HexBB357F048201B147382f
Octal27365177011040335077057
Binary1011101111010111111110100100010000011011101000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB357F; }

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

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

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

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

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

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

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

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