#B6388E

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

Shades of Medium Red Violet #B6388E

Tints of Medium Red Violet #B6388E

Color information

#B6388E (or 0xB6388E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 38 and 8E. RGB value is (182,56,142). Sum of RGB (Red+Green+Blue) = 182+56+142=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6388E is #49C771. Grayscale: #676767. Windows color (decimal): -4835186 or 9320630. OLE color: 9320630.

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

Color convert

RGB18256142-
CMYK00.690.220.29
HSL319.05º52.94%46.67%-
HSV(B)319.05º69.23%71.37%-
XYZ25.5914.7327.09-
YUV103.48149.74184.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=47.89%
G=14.74%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825614200.690.220.29319.0552.9446.67
HexB6388E045161D13f352f
Octal26670216010526354776557
Binary1011011011100010001110010001011011011101100111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6388E; }

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

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

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

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

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

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

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

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