#BD2FA1

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

Shades of Medium Red Violet #BD2FA1

Tints of Medium Red Violet #BD2FA1

Color information

#BD2FA1 (or 0xBD2FA1) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2F and A1. RGB value is (189,47,161). Sum of RGB (Red+Green+Blue) = 189+47+161=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FA1 is #42D05E. Grayscale: #666666. Windows color (decimal): -4378719 or 10563517. OLE color: 10563517.

HSL color Cylindrical-coordinate representation of color #BD2FA1: hue angle of 311.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18947161-
CMYK00.750.150.26
HSL311.83º60.17%46.27%-
HSV(B)311.83º75.13%74.12%-
XYZ28.4415.4335.2-
YUV102.45161.04189.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 47 (18.75% from 255) = 11.84%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=47.61%
G=11.84%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894716100.750.150.26311.8360.1746.27
HexBD2FA104BF1A1383c2e
Octal27557241011317324707456
Binary101111011011111010000101001011111111010100111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2FA1; }

 p { color: rgb(189,47,161); }

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

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

 a { background-color: rgb(189,47,161); }

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

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

 span { border-color: rgb(189,47,161); }

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