Html Css Color HEX #B720BE Deep Magenta

📋 copy color: '#B720BE'

red 183 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #B720BE

Tints of Deep Magenta #B720BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 45.19%
G = 7.9%
B = 46.91%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B720BE (or 0xB720BE) is known color: Deep Magenta. HEX triplet: B7, 20 and BE. RGB value is (183,32,190). Sum of RGB (Red+Green+Blue) = 183+32+190=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #B720BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720BE is #48DF41. Grayscale: #5E5E5E. Windows color (decimal): -4775746 or 12460215. OLE color: 12460215.

HSL color Cylindrical-coordinate representation of color #B720BE: hue angle of 297.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720BE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 32 190 -
CMYK 0.04 0.83 0 0.25
HSL 297.34º 0.71% 0.44% -
HSV(B) 297.34º 0.83% 0.75% -
XYZ 29.34 14.82 50.03 -
YUV 95.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 183 32 190 0.04 0.83 0 0.25 297.34 0.71 0.44
Hex B7 20 BE 4 53 0 19 129 47 2C
Octal 267 40 276 4 123 0 31 451 107 54
Binary 10110111 100000 10111110 100 1010011 0 11001 100101001 1000111 101100

Color Harmonies of #B720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720BE

Black with #B720BE

Text Example


Text Example

White with #B720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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