Html Css Color HEX #B720C1 Deep Magenta

📋 copy color: '#B720C1'

red 183 ◦ green 32 ◦ blue 193

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

Shades of Deep Magenta #B720C1

Tints of Deep Magenta #B720C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 44.85%
G = 7.84%
B = 47.3%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B720C1 (or 0xB720C1) is known color: Deep Magenta. HEX triplet: B7, 20 and C1. RGB value is (183,32,193). Sum of RGB (Red+Green+Blue) = 183+32+193=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #B720C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720C1 is #48DF3E. Grayscale: #5F5F5F. Windows color (decimal): -4775743 or 12656823. OLE color: 12656823.

HSL color Cylindrical-coordinate representation of color #B720C1: hue angle of 296.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720C1 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 32 193 -
CMYK 0.05 0.83 0 0.24
HSL 296.27º 0.72% 0.44% -
HSV(B) 296.27º 0.83% 0.76% -
XYZ 29.67 14.95 51.77 -
YUV 95.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 183 32 193 0.05 0.83 0 0.24 296.27 0.72 0.44
Hex B7 20 C1 5 53 0 18 128 48 2C
Octal 267 40 301 5 123 0 30 450 110 54
Binary 10110111 100000 11000001 101 1010011 0 11000 100101000 1001000 101100

Color Harmonies of #B720C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720C1

Black with #B720C1

Text Example


Text Example

White with #B720C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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