Html Css Color HEX #B20ACD Deep Magenta

📋 copy color: '#B20ACD'

red 178 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #B20ACD

Tints of Deep Magenta #B20ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 45.29%
G = 2.54%
B = 52.16%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20ACD (or 0xB20ACD) is known color: Deep Magenta. HEX triplet: B2, 0A and CD. RGB value is (178,10,205). Sum of RGB (Red+Green+Blue) = 178+10+205=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ACD is #4DF532. Grayscale: #515151. Windows color (decimal): -5109043 or 13437618. OLE color: 13437618.

HSL color Cylindrical-coordinate representation of color #B20ACD: hue angle of 291.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20ACD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 10 205 -
CMYK 0.13 0.95 0 0.20
HSL 291.69º 0.91% 0.42% -
HSV(B) 291.69º 0.95% 0.8% -
XYZ 29.49 14.09 58.92 -
YUV 82.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 178 10 205 0.13 0.95 0 0.20 291.69 0.91 0.42
Hex B2 A CD D 5F 0 14 124 5B 2A
Octal 262 12 315 15 137 0 24 444 133 52
Binary 10110010 1010 11001101 1101 1011111 0 10100 100100100 1011011 101010

Color Harmonies of #B20ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ACD

Black with #B20ACD

Text Example


Text Example

White with #B20ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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