#b6249e

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

Shades of Medium Red Violet #B6249E

Tints of Medium Red Violet #B6249E

Color information

#B6249E (or 0xB6249E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 24 and 9E. RGB value is (182,36,158). Sum of RGB (Red+Green+Blue) = 182+36+158=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249E is #49DB61. Grayscale: #5D5D5D. Windows color (decimal): -4840290 or 10364086. OLE color: 10364086.

HSL color Cylindrical-coordinate representation of color #B6249E: hue angle of 309.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6249E is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18236158-
CMYK00.800.130.29
HSL309.86º66.97%42.75%-
HSV(B)309.86º80.22%71.37%-
XYZ26.0913.6833.61-
YUV93.56164.37191.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 36 (14.45% from 255) = 9.57%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=48.40%
G=9.57%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823615800.800.130.29309.8666.9742.75
HexB6249E050D1D136432b
Octal266442360120153546610353
Binary1011011010010010011110010100001101111011001101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6249e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6249e; }

 p { color: rgb(182,36,158); }

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

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

 a { background-color: rgb(182,36,158); }

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

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

 span { border-color: rgb(182,36,158); }

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