Html Css Color HEX #BD20E1 Deep Magenta

📋 copy color: '#BD20E1'

red 189 ◦ green 32 ◦ blue 225

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

Shades of Deep Magenta #BD20E1

Tints of Deep Magenta #BD20E1

RGB

 RED value IS 189 (74.22% from 255) = 42.38%

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

 BLUE value IS 225 (88.28% from 255) = 50.45%

R = 42.38%
G = 7.17%
B = 50.45%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD20E1 (or 0xBD20E1) is known color: Deep Magenta. HEX triplet: BD, 20 and E1. RGB value is (189,32,225). Sum of RGB (Red+Green+Blue) = 189+32+225=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD20E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20E1 is #42DF1E. Grayscale: #646464. Windows color (decimal): -4382495 or 14753981. OLE color: 14753981.

HSL color Cylindrical-coordinate representation of color #BD20E1: hue angle of 288.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD20E1 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 32 225 -
CMYK 0.16 0.86 0 0.12
HSL 288.81º 0.76% 0.5% -
HSV(B) 288.81º 0.86% 0.88% -
XYZ 35.09 17.29 72.72 -
YUV 100.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 189 32 225 0.16 0.86 0 0.12 288.81 0.76 0.5
Hex BD 20 E1 10 56 0 C 121 4C 32
Octal 275 40 341 20 126 0 14 441 114 62
Binary 10111101 100000 11100001 10000 1010110 0 1100 100100001 1001100 110010

Color Harmonies of #BD20E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20E1

Black with #BD20E1

Text Example


Text Example

White with #BD20E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20E1; }

 p { color: rgb(189,32,225); }

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

background-color css

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

 a { background-color: rgb(189,32,225); }

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

border-color css

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

 span { border-color: rgb(189,32,225); }

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