#BD21B4

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

Shades of Deep Magenta #BD21B4

Tints of Deep Magenta #BD21B4

Color information

#BD21B4 (or 0xBD21B4) is unknown color: approx Deep Magenta. HEX triplet: BD, 21 and B4. RGB value is (189,33,180). Sum of RGB (Red+Green+Blue) = 189+33+180=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21B4 is #42DE4B. Grayscale: #5F5F5F. Windows color (decimal): -4382284 or 11805117. OLE color: 11805117.

HSL color Cylindrical-coordinate representation of color #BD21B4: hue angle of 303.46º 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 #BD21B4 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18933180-
CMYK00.830.050.26
HSL303.46º70.27%43.53%-
HSV(B)303.46º82.54%74.12%-
XYZ29.7715.244.55-
YUV96.4175.18194.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 33 (13.28% from 255) = 8.21%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=47.01%
G=8.21%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893318000.830.050.26303.4670.2743.53
HexBD21B405351A12f462c
Octal27541264012353245710654
Binary101111011000011011010001010011101110101001011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD21B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD21B4; }

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

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

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

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

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

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

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

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