#B6238D

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

Shades of Medium Red Violet #B6238D

Tints of Medium Red Violet #B6238D

Color information

#B6238D (or 0xB6238D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 23 and 8D. RGB value is (182,35,141). Sum of RGB (Red+Green+Blue) = 182+35+141=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6238D is #49DC72. Grayscale: #5A5A5A. Windows color (decimal): -4840563 or 9249718. OLE color: 9249718.

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

Color convert

RGB18235141-
CMYK00.810.230.29
HSL316.73º67.74%42.55%-
HSV(B)316.73º80.77%71.37%-
XYZ24.713.0726.42-
YUV91.04156.2192.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 35 (14.06% from 255) = 9.78%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=50.84%
G=9.78%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823514100.810.230.29316.7367.7442.55
HexB6238D051171D13d442b
Octal266432150121273547510453
Binary10110110100011100011010101000110111111011001111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6238D; }

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

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

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

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

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

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

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

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