Html Css Color HEX #B720B1 Deep Magenta

📋 copy color: '#B720B1'

red 183 ◦ green 32 ◦ blue 177

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

Shades of Deep Magenta #B720B1

Tints of Deep Magenta #B720B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 46.68%
G = 8.16%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B720B1 (or 0xB720B1) is known color: Deep Magenta. HEX triplet: B7, 20 and B1. RGB value is (183,32,177). Sum of RGB (Red+Green+Blue) = 183+32+177=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B720B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720B1 is #48DF4E. Grayscale: #5D5D5D. Windows color (decimal): -4775759 or 11608247. OLE color: 11608247.

HSL color Cylindrical-coordinate representation of color #B720B1: hue angle of 302.38º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720B1 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 177 -
CMYK 0 0.83 0.03 0.28
HSL 302.38º 0.7% 0.42% -
HSV(B) 302.38º 0.83% 0.72% -
XYZ 27.98 14.27 42.88 -
YUV 93.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 183 32 177 0 0.83 0.03 0.28 302.38 0.7 0.42
Hex B7 20 B1 0 53 3 1C 12E 46 2A
Octal 267 40 261 0 123 3 34 456 106 52
Binary 10110111 100000 10110001 0 1010011 11 11100 100101110 1000110 101010

Color Harmonies of #B720B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720B1

Black with #B720B1

Text Example


Text Example

White with #B720B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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