#B72E8B

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

Shades of Medium Red Violet #B72E8B

Tints of Medium Red Violet #B72E8B

Color information

#B72E8B (or 0xB72E8B) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2E and 8B. RGB value is (183,46,139). Sum of RGB (Red+Green+Blue) = 183+46+139=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E8B is #48D174. Grayscale: #616161. Windows color (decimal): -4772213 or 9121463. OLE color: 9121463.

HSL color Cylindrical-coordinate representation of color #B72E8B: hue angle of 319.27º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E8B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18346139-
CMYK00.750.240.28
HSL319.27º59.83%44.9%-
HSV(B)319.27º74.86%71.76%-
XYZ25.1713.8925.78-
YUV97.56151.39188.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=49.73%
G=12.5%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834613900.750.240.28319.2759.8344.9
HexB72E8B04B181C13f3c2d
Octal26756213011330344777455
Binary1011011110111010001011010010111100011100100111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E8B; }

 p { color: rgb(183,46,139); }

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

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

 a { background-color: rgb(183,46,139); }

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

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

 span { border-color: rgb(183,46,139); }

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