Html Css Color HEX #B20AC7 Deep Magenta

📋 copy color: '#B20AC7'

red 178 ◦ green 10 ◦ blue 199

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

Shades of Deep Magenta #B20AC7

Tints of Deep Magenta #B20AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.42%

R = 45.99%
G = 2.58%
B = 51.42%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B20AC7 (or 0xB20AC7) is known color: Deep Magenta. HEX triplet: B2, 0A and C7. RGB value is (178,10,199). Sum of RGB (Red+Green+Blue) = 178+10+199=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #B20AC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AC7 is #4DF538. Grayscale: #515151. Windows color (decimal): -5109049 or 13044402. OLE color: 13044402.

HSL color Cylindrical-coordinate representation of color #B20AC7: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AC7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 10 199 -
CMYK 0.11 0.95 0 0.22
HSL 293.33º 0.9% 0.41% -
HSV(B) 293.33º 0.95% 0.78% -
XYZ 28.78 13.81 55.18 -
YUV 81.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 178 10 199 0.11 0.95 0 0.22 293.33 0.9 0.41
Hex B2 A C7 B 5F 0 16 125 5A 29
Octal 262 12 307 13 137 0 26 445 132 51
Binary 10110010 1010 11000111 1011 1011111 0 10110 100100101 1011010 101001

Color Harmonies of #B20AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AC7

Black with #B20AC7

Text Example


Text Example

White with #B20AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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