#BD21A2

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

Shades of Medium Violet Red #BD21A2

Tints of Medium Violet Red #BD21A2

Color information

#BD21A2 (or 0xBD21A2) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and A2. RGB value is (189,33,162). Sum of RGB (Red+Green+Blue) = 189+33+162=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A2 is #42DE5D. Grayscale: #5D5D5D. Windows color (decimal): -4382302 or 10625469. OLE color: 10625469.

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

Color convert

RGB18933162-
CMYK00.830.140.26
HSL310.38º70.27%43.53%-
HSV(B)310.38º82.54%74.12%-
XYZ28.0514.5235.51-
YUV94.35166.18195.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 33 (13.28% from 255) = 8.59%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=49.22%
G=8.59%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893316200.830.140.26310.3870.2743.53
HexBD21A2053E1A136462c
Octal275412420123163246610654
Binary1011110110000110100010010100111110110101001101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD21A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD21A2; }

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

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

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

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

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

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

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

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