Html Css Color HEX #B720BA Deep Magenta

📋 copy color: '#B720BA'

red 183 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #B720BA

Tints of Deep Magenta #B720BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 45.64%
G = 7.98%
B = 46.38%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B720BA (or 0xB720BA) is known color: Deep Magenta. HEX triplet: B7, 20 and BA. RGB value is (183,32,186). Sum of RGB (Red+Green+Blue) = 183+32+186=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B720BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720BA is #48DF45. Grayscale: #5E5E5E. Windows color (decimal): -4775750 or 12198071. OLE color: 12198071.

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

Color convert

RGB 183 32 186 -
CMYK 0.02 0.83 0 0.27
HSL 298.83º 0.71% 0.43% -
HSV(B) 298.83º 0.83% 0.73% -
XYZ 28.91 14.65 47.76 -
YUV 94.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 183 32 186 0.02 0.83 0 0.27 298.83 0.71 0.43
Hex B7 20 BA 2 53 0 1B 12B 47 2B
Octal 267 40 272 2 123 0 33 453 107 53
Binary 10110111 100000 10111010 10 1010011 0 11011 100101011 1000111 101011

Color Harmonies of #B720BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720BA

Black with #B720BA

Text Example


Text Example

White with #B720BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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