#BF34A6

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

Shades of Medium Red Violet #BF34A6

Tints of Medium Red Violet #BF34A6

Color information

#BF34A6 (or 0xBF34A6) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and A6. RGB value is (191,52,166). Sum of RGB (Red+Green+Blue) = 191+52+166=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF34A6 is #40CB59. Grayscale: #6A6A6A. Windows color (decimal): -4246362 or 10892479. OLE color: 10892479.

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

Color convert

RGB19152166-
CMYK00.730.130.25
HSL310.79º57.2%47.65%-
HSV(B)310.79º72.77%74.9%-
XYZ29.616.2937.66-
YUV106.56161.55188.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=46.70%
G=12.71%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915216600.730.130.25310.7957.247.65
HexBF34A6049D191373930
Octal27764246011115314677160
Binary101111111101001010011001001001110111001100110111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34A6; }

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

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

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

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

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

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

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

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