Html Css Color HEX #B720C6 Deep Magenta

📋 copy color: '#B720C6'

red 183 ◦ green 32 ◦ blue 198

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

Shades of Deep Magenta #B720C6

Tints of Deep Magenta #B720C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 44.31%
G = 7.75%
B = 47.94%

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

#B720C6 (or 0xB720C6) is known color: Deep Magenta. HEX triplet: B7, 20 and C6. RGB value is (183,32,198). Sum of RGB (Red+Green+Blue) = 183+32+198=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #B720C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720C6 is #48DF39. Grayscale: #5F5F5F. Windows color (decimal): -4775738 or 12984503. OLE color: 12984503.

HSL color Cylindrical-coordinate representation of color #B720C6: hue angle of 294.58º 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 #B720C6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 32 198 -
CMYK 0.08 0.84 0 0.22
HSL 294.58º 0.72% 0.45% -
HSV(B) 294.58º 0.84% 0.78% -
XYZ 30.24 15.18 54.76 -
YUV 96.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 183 32 198 0.08 0.84 0 0.22 294.58 0.72 0.45
Hex B7 20 C6 8 54 0 16 127 48 2D
Octal 267 40 306 10 124 0 26 447 110 55
Binary 10110111 100000 11000110 1000 1010100 0 10110 100100111 1001000 101101

Color Harmonies of #B720C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720C6

Black with #B720C6

Text Example


Text Example

White with #B720C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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