Html Css Color HEX #B720B9 Deep Magenta

📋 copy color: '#B720B9'

red 183 ◦ green 32 ◦ blue 185

#B720B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B720B9

Tints of Deep Magenta #B720B9

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

 GREEN value IS 32 (12.89% from 255) = 8%

 BLUE value IS 185 (72.66% from 255) = 46.25%

R = 45.75%
G = 8%
B = 46.25%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B720B9 (or 0xB720B9) is known color: Deep Magenta. HEX triplet: B7, 20 and B9. RGB value is (183,32,185). Sum of RGB (Red+Green+Blue) = 183+32+185=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #B720B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720B9 is #48DF46. Grayscale: #5E5E5E. Windows color (decimal): -4775751 or 12132535. OLE color: 12132535.

HSL color Cylindrical-coordinate representation of color #B720B9: hue angle of 299.22º 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 #B720B9 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 32 185 -
CMYK 0.01 0.83 0 0.27
HSL 299.22º 0.71% 0.43% -
HSV(B) 299.22º 0.83% 0.73% -
XYZ 28.8 14.6 47.2 -
YUV 94.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 183 32 185 0.01 0.83 0 0.27 299.22 0.71 0.43
Hex B7 20 B9 1 53 0 1B 12B 47 2B
Octal 267 40 271 1 123 0 33 453 107 53
Binary 10110111 100000 10111001 1 1010011 0 11011 100101011 1000111 101011

Color Harmonies of #B720B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720B9

Black with #B720B9

Text Example


Text Example

White with #B720B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720B9; }

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

 H1.HeaderClassName
 {
   color: #B720B9;
 }
 .AnyTagClassName
 {
   color: #B720B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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