Html Css Color HEX #B720C3 Deep Magenta

📋 copy color: '#B720C3'

red 183 ◦ green 32 ◦ blue 195

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

Shades of Deep Magenta #B720C3

Tints of Deep Magenta #B720C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 44.63%
G = 7.8%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B720C3 (or 0xB720C3) is known color: Deep Magenta. HEX triplet: B7, 20 and C3. RGB value is (183,32,195). Sum of RGB (Red+Green+Blue) = 183+32+195=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #B720C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720C3 is #48DF3C. Grayscale: #5F5F5F. Windows color (decimal): -4775741 or 12787895. OLE color: 12787895.

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

Color convert

RGB 183 32 195 -
CMYK 0.06 0.84 0 0.24
HSL 295.58º 0.72% 0.45% -
HSV(B) 295.58º 0.84% 0.76% -
XYZ 29.9 15.04 52.96 -
YUV 95.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 183 32 195 0.06 0.84 0 0.24 295.58 0.72 0.45
Hex B7 20 C3 6 54 0 18 128 48 2D
Octal 267 40 303 6 124 0 30 450 110 55
Binary 10110111 100000 11000011 110 1010100 0 11000 100101000 1001000 101101

Color Harmonies of #B720C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720C3

Black with #B720C3

Text Example


Text Example

White with #B720C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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