#B72B90

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

Shades of Medium Red Violet #B72B90

Tints of Medium Red Violet #B72B90

Color information

#B72B90 (or 0xB72B90) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and 90. RGB value is (183,43,144). Sum of RGB (Red+Green+Blue) = 183+43+144=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72B90 is #48D46F. Grayscale: #606060. Windows color (decimal): -4772976 or 9448375. OLE color: 9448375.

HSL color Cylindrical-coordinate representation of color #B72B90: hue angle of 316.71º 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 #B72B90 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18343144-
CMYK00.770.210.28
HSL316.71º61.95%44.31%-
HSV(B)316.71º76.5%71.76%-
XYZ25.4313.8127.71-
YUV96.37154.88189.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=49.46%
G=11.62%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834314400.770.210.28316.7161.9544.31
HexB72B9004D151C13d3e2c
Octal26753220011525344757654
Binary1011011110101110010000010011011010111100100111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72B90; }

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

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

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

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

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

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

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

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