Html Css Color HEX #BD20CD Deep Magenta

📋 copy color: '#BD20CD'

red 189 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #BD20CD

Tints of Deep Magenta #BD20CD

RGB

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

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

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

R = 44.37%
G = 7.51%
B = 48.12%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD20CD (or 0xBD20CD) is known color: Deep Magenta. HEX triplet: BD, 20 and CD. RGB value is (189,32,205). Sum of RGB (Red+Green+Blue) = 189+32+205=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20CD is #42DF32. Grayscale: #626262. Windows color (decimal): -4382515 or 13443261. OLE color: 13443261.

HSL color Cylindrical-coordinate representation of color #BD20CD: hue angle of 294.45º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD20CD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 32 205 -
CMYK 0.08 0.84 0 0.20
HSL 294.45º 0.73% 0.46% -
HSV(B) 294.45º 0.84% 0.8% -
XYZ 32.52 16.26 59.18 -
YUV 98.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 189 32 205 0.08 0.84 0 0.20 294.45 0.73 0.46
Hex BD 20 CD 8 54 0 14 126 49 2E
Octal 275 40 315 10 124 0 24 446 111 56
Binary 10111101 100000 11001101 1000 1010100 0 10100 100100110 1001001 101110

Color Harmonies of #BD20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20CD

Black with #BD20CD

Text Example


Text Example

White with #BD20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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