#B6318A

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

Shades of Medium Red Violet #B6318A

Tints of Medium Red Violet #B6318A

Color information

#B6318A (or 0xB6318A) is unknown color: approx Medium Red Violet. HEX triplet: B6, 31 and 8A. RGB value is (182,49,138). Sum of RGB (Red+Green+Blue) = 182+49+138=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6318A is #49CE75. Grayscale: #626262. Windows color (decimal): -4836982 or 9056694. OLE color: 9056694.

HSL color Cylindrical-coordinate representation of color #B6318A: hue angle of 319.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6318A is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18249138-
CMYK00.730.240.29
HSL319.85º57.58%45.29%-
HSV(B)319.85º73.08%71.37%-
XYZ24.9813.9825.43-
YUV98.91150.06187.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=49.32%
G=13.28%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824913800.730.240.29319.8557.5845.29
HexB6318A049181D1403a2d
Octal26661212011130355007255
Binary1011011011000110001010010010011100011101101000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6318A; }

 p { color: rgb(182,49,138); }

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

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

 a { background-color: rgb(182,49,138); }

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

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

 span { border-color: rgb(182,49,138); }

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