#B720BA

Color #B720BA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B720BA

Tints of Deep Magenta #B720BA

Color information

#B720BA (or 0xB720BA) is unknown color: approx Deep Magenta. HEX triplet: B7, 20 and BA. RGB value is (183,32,186). Sum of RGB (Red+Green+Blue) = 183+32+186=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B720BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720BA is #48DF45. Grayscale: #5E5E5E. Windows color (decimal): -4775750 or 12198071. OLE color: 12198071.

HSL color Cylindrical-coordinate representation of color #B720BA: hue angle of 298.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720BA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18332186-
CMYK0.020.8300.27
HSL298.83º70.64%42.75%-
HSV(B)298.83º82.8%72.94%-
XYZ28.9114.6547.76-
YUV94.71179.53190.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=45.64%
G=7.98%
B=46.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183321860.020.8300.27298.8370.6442.75
HexB720BA25301B12b472b
Octal26740272212303345310753
Binary10110111100000101110101010100110110111001010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B720BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B720BA; }

 p { color: rgb(183,32,186); }

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

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

 a { background-color: rgb(183,32,186); }

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

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

 span { border-color: rgb(183,32,186); }

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