Html Css Color HEX #B20DC4 Deep Magenta

📋 copy color: '#B20DC4'

red 178 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #B20DC4

Tints of Deep Magenta #B20DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.36%

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 45.99%
G = 3.36%
B = 50.65%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B20DC4 (or 0xB20DC4) is known color: Deep Magenta. HEX triplet: B2, 0D and C4. RGB value is (178,13,196). Sum of RGB (Red+Green+Blue) = 178+13+196=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #B20DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DC4 is #4DF23B. Grayscale: #525252. Windows color (decimal): -5108284 or 12848562. OLE color: 12848562.

HSL color Cylindrical-coordinate representation of color #B20DC4: hue angle of 294.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DC4 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 13 196 -
CMYK 0.09 0.93 0 0.23
HSL 294.1º 0.88% 0.41% -
HSV(B) 294.1º 0.93% 0.77% -
XYZ 28.47 13.74 53.38 -
YUV 83.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 178 13 196 0.09 0.93 0 0.23 294.1 0.88 0.41
Hex B2 D C4 9 5D 0 17 126 58 29
Octal 262 15 304 11 135 0 27 446 130 51
Binary 10110010 1101 11000100 1001 1011101 0 10111 100100110 1011000 101001

Color Harmonies of #B20DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DC4

Black with #B20DC4

Text Example


Text Example

White with #B20DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DC4; }

 p { color: rgb(178,13,196); }

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

background-color css

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

 a { background-color: rgb(178,13,196); }

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

border-color css

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

 span { border-color: rgb(178,13,196); }

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