#B72298

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

Shades of Medium Red Violet #B72298

Tints of Medium Red Violet #B72298

Color information

#B72298 (or 0xB72298) is unknown color: approx Medium Red Violet. HEX triplet: B7, 22 and 98. RGB value is (183,34,152). Sum of RGB (Red+Green+Blue) = 183+34+152=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B72298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72298 is #48DD67. Grayscale: #5B5B5B. Windows color (decimal): -4775272 or 9970359. OLE color: 9970359.

HSL color Cylindrical-coordinate representation of color #B72298: hue angle of 312.48º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72298 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18334152-
CMYK00.810.170.28
HSL312.48º68.66%42.55%-
HSV(B)312.48º81.42%71.76%-
XYZ25.7713.4830.95-
YUV92161.86192.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=49.59%
G=9.21%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833415200.810.170.28312.4868.6642.55
HexB72298051111C138452b
Octal267422300121213447010553
Binary10110111100010100110000101000110001111001001110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72298; }

 p { color: rgb(183,34,152); }

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

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

 a { background-color: rgb(183,34,152); }

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

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

 span { border-color: rgb(183,34,152); }

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