Html Css Color HEX #BD21C1 Deep Magenta

📋 copy color: '#BD21C1'

red 189 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #BD21C1

Tints of Deep Magenta #BD21C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 45.54%
G = 7.95%
B = 46.51%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD21C1 (or 0xBD21C1) is known color: Deep Magenta. HEX triplet: BD, 21 and C1. RGB value is (189,33,193). Sum of RGB (Red+Green+Blue) = 189+33+193=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21C1 is #42DE3E. Grayscale: #616161. Windows color (decimal): -4382271 or 12657085. OLE color: 12657085.

HSL color Cylindrical-coordinate representation of color #BD21C1: hue angle of 298.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21C1 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 33 193 -
CMYK 0.02 0.83 0 0.24
HSL 298.5º 0.71% 0.44% -
HSV(B) 298.5º 0.83% 0.76% -
XYZ 31.16 15.76 51.85 -
YUV 97.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 189 33 193 0.02 0.83 0 0.24 298.5 0.71 0.44
Hex BD 21 C1 2 53 0 18 12A 47 2C
Octal 275 41 301 2 123 0 30 452 107 54
Binary 10111101 100001 11000001 10 1010011 0 11000 100101010 1000111 101100

Color Harmonies of #BD21C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD21C1

Black with #BD21C1

Text Example


Text Example

White with #BD21C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD21C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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