#B6357D

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

Shades of Medium Red Violet #B6357D

Tints of Medium Red Violet #B6357D

Color information

#B6357D (or 0xB6357D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 35 and 7D. RGB value is (182,53,125). Sum of RGB (Red+Green+Blue) = 182+53+125=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6357D is #49CA82. Grayscale: #636363. Windows color (decimal): -4835971 or 8205750. OLE color: 8205750.

HSL color Cylindrical-coordinate representation of color #B6357D: hue angle of 326.51º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6357D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18253125-
CMYK00.710.310.29
HSL326.51º54.89%46.08%-
HSV(B)326.51º70.88%71.37%-
XYZ24.2713.9720.82-
YUV99.78142.24186.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=50.56%
G=14.72%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825312500.710.310.29326.5154.8946.08
HexB6357D0471F1D147372e
Octal26665175010737355076756
Binary101101101101011111101010001111111111101101000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6357D; }

 p { color: rgb(182,53,125); }

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

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

 a { background-color: rgb(182,53,125); }

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

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

 span { border-color: rgb(182,53,125); }

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