#B6397E

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

Shades of Medium Red Violet #B6397E

Tints of Medium Red Violet #B6397E

Color information

#B6397E (or 0xB6397E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 39 and 7E. RGB value is (182,57,126). Sum of RGB (Red+Green+Blue) = 182+57+126=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6397E is #49C681. Grayscale: #666666. Windows color (decimal): -4834946 or 8272310. OLE color: 8272310.

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

Color convert

RGB18257126-
CMYK00.690.310.29
HSL326.88º52.3%46.86%-
HSV(B)326.88º68.68%71.37%-
XYZ24.5214.3821.22-
YUV102.24141.41184.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=49.86%
G=15.62%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825712600.690.310.29326.8852.346.86
HexB6397E0451F1D147342f
Octal26671176010537355076457
Binary101101101110011111110010001011111111101101000111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6397E; }

 p { color: rgb(182,57,126); }

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

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

 a { background-color: rgb(182,57,126); }

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

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

 span { border-color: rgb(182,57,126); }

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