#B72B98

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

Shades of Medium Red Violet #B72B98

Tints of Medium Red Violet #B72B98

Color information

#B72B98 (or 0xB72B98) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and 98. RGB value is (183,43,152). Sum of RGB (Red+Green+Blue) = 183+43+152=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72B98 is #48D467. Grayscale: #606060. Windows color (decimal): -4772968 or 9972663. OLE color: 9972663.

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

Color convert

RGB18343152-
CMYK00.770.170.28
HSL313.29º61.95%44.31%-
HSV(B)313.29º76.5%71.76%-
XYZ26.0614.0631.05-
YUV97.29158.88189.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 43 (17.19% from 255) = 11.38%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=48.41%
G=11.38%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834315200.770.170.28313.2961.9544.31
HexB72B9804D111C1393e2c
Octal26753230011521344717654
Binary1011011110101110011000010011011000111100100111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72B98; }

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

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

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

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

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

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

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

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