#B7249B

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

Shades of Medium Red Violet #B7249B

Tints of Medium Red Violet #B7249B

Color information

#B7249B (or 0xB7249B) is unknown color: approx Medium Red Violet. HEX triplet: B7, 24 and 9B. RGB value is (183,36,155). Sum of RGB (Red+Green+Blue) = 183+36+155=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7249B is #48DB64. Grayscale: #5D5D5D. Windows color (decimal): -4774757 or 10167479. OLE color: 10167479.

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

Color convert

RGB18336155-
CMYK00.800.150.28
HSL311.43º67.12%42.94%-
HSV(B)311.43º80.33%71.76%-
XYZ26.0813.732.28-
YUV93.52162.7191.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 36 (14.45% from 255) = 9.63%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=48.93%
G=9.63%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833615500.800.150.28311.4367.1242.94
HexB7249B050F1C137432b
Octal267442330120173446710353
Binary1011011110010010011011010100001111111001001101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7249B; }

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

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

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

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

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

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

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

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