#B6236E

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

Shades of Medium Red Violet #B6236E

Tints of Medium Red Violet #B6236E

Color information

#B6236E (or 0xB6236E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 23 and 6E. RGB value is (182,35,110). Sum of RGB (Red+Green+Blue) = 182+35+110=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6236E is #49DC91. Grayscale: #575757. Windows color (decimal): -4840594 or 7218102. OLE color: 7218102.

HSL color Cylindrical-coordinate representation of color #B6236E: hue angle of 329.39º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6236E is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18235110-
CMYK00.810.400.29
HSL329.39º67.74%42.55%-
HSV(B)329.39º80.77%71.37%-
XYZ22.7112.2715.92-
YUV87.5140.7195.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 35 (14.06% from 255) = 10.70%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=55.66%
G=10.70%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823511000.810.400.29329.3967.7442.55
HexB6236E051281D149442b
Octal266431560121503551110453
Binary10110110100011110111001010001101000111011010010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6236E; }

 p { color: rgb(182,35,110); }

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

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

 a { background-color: rgb(182,35,110); }

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

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

 span { border-color: rgb(182,35,110); }

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