#BF34A3

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

Shades of Medium Red Violet #BF34A3

Tints of Medium Red Violet #BF34A3

Color information

#BF34A3 (or 0xBF34A3) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and A3. RGB value is (191,52,163). Sum of RGB (Red+Green+Blue) = 191+52+163=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF34A3 is #40CB5C. Grayscale: #696969. Windows color (decimal): -4246365 or 10695871. OLE color: 10695871.

HSL color Cylindrical-coordinate representation of color #BF34A3: hue angle of 312.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF34A3 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19152163-
CMYK00.730.150.25
HSL312.09º57.2%47.65%-
HSV(B)312.09º72.77%74.9%-
XYZ29.3216.1836.23-
YUV106.22160.05188.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=47.04%
G=12.81%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915216300.730.150.25312.0957.247.65
HexBF34A3049F191383930
Octal27764243011117314707160
Binary101111111101001010001101001001111111001100111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34A3; }

 p { color: rgb(191,52,163); }

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

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

 a { background-color: rgb(191,52,163); }

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

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

 span { border-color: rgb(191,52,163); }

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