#BF2DA5

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

Shades of Medium Red Violet #BF2DA5

Tints of Medium Red Violet #BF2DA5

Color information

#BF2DA5 (or 0xBF2DA5) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2D and A5. RGB value is (191,45,165). Sum of RGB (Red+Green+Blue) = 191+45+165=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2DA5 is #40D25A. Grayscale: #666666. Windows color (decimal): -4248155 or 10825151. OLE color: 10825151.

HSL color Cylindrical-coordinate representation of color #BF2DA5: hue angle of 310.68º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2DA5 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19145165-
CMYK00.760.140.25
HSL310.68º61.86%46.27%-
HSV(B)310.68º76.44%74.9%-
XYZ29.2215.6737.08-
YUV102.33163.37191.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 45 (17.97% from 255) = 11.22%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=47.63%
G=11.22%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914516500.760.140.25310.6861.8646.27
HexBF2DA504CE191373e2e
Octal27755245011416314677656
Binary101111111011011010010101001100111011001100110111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2DA5; }

 p { color: rgb(191,45,165); }

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

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

 a { background-color: rgb(191,45,165); }

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

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

 span { border-color: rgb(191,45,165); }

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