Html Css Color HEX #B20AD4 Deep Magenta

📋 copy color: '#B20AD4'

red 178 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #B20AD4

Tints of Deep Magenta #B20AD4

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

 GREEN value IS 10 (4.3% from 255) = 2.5%

 BLUE value IS 212 (83.2% from 255) = 53%

R = 44.5%
G = 2.5%
B = 53%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B20AD4 (or 0xB20AD4) is known color: Deep Magenta. HEX triplet: B2, 0A and D4. RGB value is (178,10,212). Sum of RGB (Red+Green+Blue) = 178+10+212=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #B20AD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AD4 is #4DF52B. Grayscale: #525252. Windows color (decimal): -5109036 or 13896370. OLE color: 13896370.

HSL color Cylindrical-coordinate representation of color #B20AD4: hue angle of 289.9º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AD4 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 10 212 -
CMYK 0.16 0.95 0 0.17
HSL 289.9º 0.91% 0.44% -
HSV(B) 289.9º 0.95% 0.83% -
XYZ 30.35 14.44 63.47 -
YUV 83.26 200.66 195.57 -
System Red Green Blue C M Y K H S L
Decimal 178 10 212 0.16 0.95 0 0.17 289.9 0.91 0.44
Hex B2 A D4 10 5F 0 11 122 5B 2C
Octal 262 12 324 20 137 0 21 442 133 54
Binary 10110010 1010 11010100 10000 1011111 0 10001 100100010 1011011 101100

Color Harmonies of #B20AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AD4

Black with #B20AD4

Text Example


Text Example

White with #B20AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AD4; }

 p { color: rgb(178,10,212); }

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

background-color css

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

 a { background-color: rgb(178,10,212); }

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

border-color css

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

 span { border-color: rgb(178,10,212); }

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