#B721BE

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

Shades of Deep Magenta #B721BE

Tints of Deep Magenta #B721BE

Color information

#B721BE (or 0xB721BE) is unknown color: approx Deep Magenta. HEX triplet: B7, 21 and BE. RGB value is (183,33,190). Sum of RGB (Red+Green+Blue) = 183+33+190=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #B721BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721BE is #48DE41. Grayscale: #5F5F5F. Windows color (decimal): -4775490 or 12460471. OLE color: 12460471.

HSL color Cylindrical-coordinate representation of color #B721BE: hue angle of 297.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B721BE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18333190-
CMYK0.040.8300.25
HSL297.32º70.4%43.73%-
HSV(B)297.32º82.63%74.51%-
XYZ29.3714.8750.04-
YUV95.75181.2190.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=45.07%
G=8.13%
B=46.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183331900.040.8300.25297.3270.443.73
HexB721BE453019129462c
Octal26741276412303145110654
Binary101101111000011011111010010100110110011001010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B721BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B721BE; }

 p { color: rgb(183,33,190); }

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

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

 a { background-color: rgb(183,33,190); }

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

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

 span { border-color: rgb(183,33,190); }

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