Html Css Color HEX #B720C7 Deep Magenta

📋 copy color: '#B720C7'

red 183 ◦ green 32 ◦ blue 199

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

Shades of Deep Magenta #B720C7

Tints of Deep Magenta #B720C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 44.2%
G = 7.73%
B = 48.07%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B720C7 (or 0xB720C7) is known color: Deep Magenta. HEX triplet: B7, 20 and C7. RGB value is (183,32,199). Sum of RGB (Red+Green+Blue) = 183+32+199=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #B720C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720C7 is #48DF38. Grayscale: #5F5F5F. Windows color (decimal): -4775737 or 13050039. OLE color: 13050039.

HSL color Cylindrical-coordinate representation of color #B720C7: hue angle of 294.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B720C7 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 32 199 -
CMYK 0.08 0.84 0 0.22
HSL 294.25º 0.72% 0.45% -
HSV(B) 294.25º 0.84% 0.78% -
XYZ 30.35 15.22 55.37 -
YUV 96.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 183 32 199 0.08 0.84 0 0.22 294.25 0.72 0.45
Hex B7 20 C7 8 54 0 16 126 48 2D
Octal 267 40 307 10 124 0 26 446 110 55
Binary 10110111 100000 11000111 1000 1010100 0 10110 100100110 1001000 101101

Color Harmonies of #B720C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720C7

Black with #B720C7

Text Example


Text Example

White with #B720C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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