#b72ca2

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

Shades of Medium Red Violet #B72CA2

Tints of Medium Red Violet #B72CA2

Color information

#B72CA2 (or 0xB72CA2) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2C and A2. RGB value is (183,44,162). Sum of RGB (Red+Green+Blue) = 183+44+162=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72CA2 is #48D35D. Grayscale: #626262. Windows color (decimal): -4772702 or 10628279. OLE color: 10628279.

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

Color convert

RGB18344162-
CMYK00.760.110.28
HSL309.06º61.23%44.51%-
HSV(B)309.06º75.96%71.76%-
XYZ26.9514.4835.56-
YUV99.01163.55187.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 44 (17.58% from 255) = 11.31%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=47.04%
G=11.31%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834416200.760.110.28309.0661.2344.51
HexB72CA204CB1C1353d2d
Octal26754242011413344657555
Binary101101111011001010001001001100101111100100110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72ca2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72ca2; }

 p { color: rgb(183,44,162); }

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

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

 a { background-color: rgb(183,44,162); }

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

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

 span { border-color: rgb(183,44,162); }

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