Html Css Color HEX #BD21BD Deep Magenta

📋 copy color: '#BD21BD'

red 189 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #BD21BD

Tints of Deep Magenta #BD21BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 45.99%
G = 8.03%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD21BD (or 0xBD21BD) is known color: Deep Magenta. HEX triplet: BD, 21 and BD. RGB value is (189,33,189). Sum of RGB (Red+Green+Blue) = 189+33+189=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21BD is #42DE42. Grayscale: #606060. Windows color (decimal): -4382275 or 12394941. OLE color: 12394941.

HSL color Cylindrical-coordinate representation of color #BD21BD: hue angle of 300º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21BD is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 189 -
CMYK 0 0.83 0 0.26
HSL 300º 0.7% 0.44% -
HSV(B) 300º 0.83% 0.74% -
XYZ 30.72 15.58 49.53 -
YUV 97.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 189 33 189 0 0.83 0 0.26 300 0.7 0.44
Hex BD 21 BD 0 53 0 1A 12C 46 2C
Octal 275 41 275 0 123 0 32 454 106 54
Binary 10111101 100001 10111101 0 1010011 0 11010 100101100 1000110 101100

Color Harmonies of #BD21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21BD

Black with #BD21BD

Text Example


Text Example

White with #BD21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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