Html Css Color HEX #BD21CE Deep Magenta

📋 copy color: '#BD21CE'

red 189 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #BD21CE

Tints of Deep Magenta #BD21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 44.16%
G = 7.71%
B = 48.13%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD21CE (or 0xBD21CE) is known color: Deep Magenta. HEX triplet: BD, 21 and CE. RGB value is (189,33,206). Sum of RGB (Red+Green+Blue) = 189+33+206=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21CE is #42DE31. Grayscale: #626262. Windows color (decimal): -4382258 or 13509053. OLE color: 13509053.

HSL color Cylindrical-coordinate representation of color #BD21CE: hue angle of 294.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD21CE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 33 206 -
CMYK 0.08 0.84 0 0.19
HSL 294.1º 0.72% 0.47% -
HSV(B) 294.1º 0.84% 0.81% -
XYZ 32.67 16.36 59.83 -
YUV 99.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 189 33 206 0.08 0.84 0 0.19 294.1 0.72 0.47
Hex BD 21 CE 8 54 0 13 126 48 2F
Octal 275 41 316 10 124 0 23 446 110 57
Binary 10111101 100001 11001110 1000 1010100 0 10011 100100110 1001000 101111

Color Harmonies of #BD21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21CE

Black with #BD21CE

Text Example


Text Example

White with #BD21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21CE; }

 p { color: rgb(189,33,206); }

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

background-color css

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

 a { background-color: rgb(189,33,206); }

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

border-color css

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

 span { border-color: rgb(189,33,206); }

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