#B6397B

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

Shades of Medium Red Violet #B6397B

Tints of Medium Red Violet #B6397B

Color information

#B6397B (or 0xB6397B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 39 and 7B. RGB value is (182,57,123). Sum of RGB (Red+Green+Blue) = 182+57+123=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6397B is #49C684. Grayscale: #656565. Windows color (decimal): -4834949 or 8075702. OLE color: 8075702.

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

Color convert

RGB18257123-
CMYK00.690.320.29
HSL328.32º52.3%46.86%-
HSV(B)328.32º68.68%71.37%-
XYZ24.3314.320.22-
YUV101.9139.91185.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=50.28%
G=15.75%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825712300.690.320.29328.3252.346.86
HexB6397B045201D148342f
Octal26671173010540355106457
Binary1011011011100111110110100010110000011101101001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6397B; }

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

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

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

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

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

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

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

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