#B6238E

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

Shades of Medium Red Violet #B6238E

Tints of Medium Red Violet #B6238E

Color information

#B6238E (or 0xB6238E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 23 and 8E. RGB value is (182,35,142). Sum of RGB (Red+Green+Blue) = 182+35+142=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6238E is #49DC71. Grayscale: #5A5A5A. Windows color (decimal): -4840562 or 9315254. OLE color: 9315254.

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

Color convert

RGB18235142-
CMYK00.810.220.29
HSL316.33º67.74%42.55%-
HSV(B)316.33º80.77%71.37%-
XYZ24.7713.126.81-
YUV91.15156.7192.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=50.70%
G=9.75%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823514200.810.220.29316.3367.7442.55
HexB6238E051161D13c442b
Octal266432160121263547410453
Binary10110110100011100011100101000110110111011001111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6238E; }

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

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

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

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

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

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

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

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