#BD21A4

Color #BD21A4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD21A4

Tints of Medium Violet Red #BD21A4

Color information

#BD21A4 (or 0xBD21A4) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and A4. RGB value is (189,33,164). Sum of RGB (Red+Green+Blue) = 189+33+164=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A4 is #42DE5B. Grayscale: #5E5E5E. Windows color (decimal): -4382300 or 10756541. OLE color: 10756541.

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

Color convert

RGB18933164-
CMYK00.830.130.26
HSL309.62º70.27%43.53%-
HSV(B)309.62º82.54%74.12%-
XYZ28.2314.5936.45-
YUV94.58167.18195.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=48.96%
G=8.55%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893316400.830.130.26309.6270.2743.53
HexBD21A4053D1A136462c
Octal275412440123153246610654
Binary1011110110000110100100010100111101110101001101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD21A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD21A4; }

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

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

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

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

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

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

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

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