#B6249B

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

Shades of Medium Red Violet #B6249B

Tints of Medium Red Violet #B6249B

Color information

#B6249B (or 0xB6249B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 24 and 9B. RGB value is (182,36,155). Sum of RGB (Red+Green+Blue) = 182+36+155=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6249B is #49DB64. Grayscale: #5C5C5C. Windows color (decimal): -4840293 or 10167478. OLE color: 10167478.

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

Color convert

RGB18236155-
CMYK00.800.150.29
HSL311.1º66.97%42.75%-
HSV(B)311.1º80.22%71.37%-
XYZ25.8413.5732.27-
YUV93.22162.87191.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 36 (14.45% from 255) = 9.65%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=48.79%
G=9.65%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823615500.800.150.29311.166.9742.75
HexB6249B050F1D137432b
Octal266442330120173546710353
Binary1011011010010010011011010100001111111011001101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6249B; }

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

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

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

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

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

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

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

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