Html Css Color HEX #B720BD Deep Magenta

📋 copy color: '#B720BD'

red 183 ◦ green 32 ◦ blue 189

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

Shades of Deep Magenta #B720BD

Tints of Deep Magenta #B720BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 45.3%
G = 7.92%
B = 46.78%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B720BD (or 0xB720BD) is known color: Deep Magenta. HEX triplet: B7, 20 and BD. RGB value is (183,32,189). Sum of RGB (Red+Green+Blue) = 183+32+189=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #B720BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720BD is #48DF42. Grayscale: #5E5E5E. Windows color (decimal): -4775747 or 12394679. OLE color: 12394679.

HSL color Cylindrical-coordinate representation of color #B720BD: hue angle of 297.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720BD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 32 189 -
CMYK 0.03 0.83 0 0.26
HSL 297.71º 0.71% 0.43% -
HSV(B) 297.71º 0.83% 0.74% -
XYZ 29.23 14.77 49.46 -
YUV 95.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 183 32 189 0.03 0.83 0 0.26 297.71 0.71 0.43
Hex B7 20 BD 3 53 0 1A 12A 47 2B
Octal 267 40 275 3 123 0 32 452 107 53
Binary 10110111 100000 10111101 11 1010011 0 11010 100101010 1000111 101011

Color Harmonies of #B720BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720BD

Black with #B720BD

Text Example


Text Example

White with #B720BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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