#BD21C0

Color #BD21C0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD21C0

Tints of Deep Magenta #BD21C0

Color information

#BD21C0 (or 0xBD21C0) is unknown color: approx Deep Magenta. HEX triplet: BD, 21 and C0. RGB value is (189,33,192). Sum of RGB (Red+Green+Blue) = 189+33+192=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD21C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21C0 is #42DE3F. Grayscale: #616161. Windows color (decimal): -4382272 or 12591549. OLE color: 12591549.

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

Color convert

RGB18933192-
CMYK0.020.8300.25
HSL298.87º70.67%44.12%-
HSV(B)298.87º82.81%75.29%-
XYZ31.0415.7151.27-
YUV97.77181.18193.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 33 (13.28% from 255) = 7.97%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=45.65%
G=7.97%
B=46.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189331920.020.8300.25298.8770.6744.12
HexBD21C025301912b472c
Octal27541300212303145310754
Binary10111101100001110000001010100110110011001010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD21C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD21C0; }

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

 H1.HeaderClassName
 {
   color: #BD21C0;
 }
 .AnyTagClassName
 {
   color: #BD21C0;
 }
</style>
background-color css

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

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

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

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

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

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