#BF39A2

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

Shades of Medium Red Violet #BF39A2

Tints of Medium Red Violet #BF39A2

Color information

#BF39A2 (or 0xBF39A2) is unknown color: approx Medium Red Violet. HEX triplet: BF, 39 and A2. RGB value is (191,57,162). Sum of RGB (Red+Green+Blue) = 191+57+162=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39A2 is #40C65D. Grayscale: #6C6C6C. Windows color (decimal): -4245086 or 10631615. OLE color: 10631615.

HSL color Cylindrical-coordinate representation of color #BF39A2: hue angle of 312.99º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39A2 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19157162-
CMYK00.700.150.25
HSL312.99º54.03%48.63%-
HSV(B)312.99º70.16%74.9%-
XYZ29.4716.6135.84-
YUV109.04157.89186.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=46.59%
G=13.90%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915716200.700.150.25312.9954.0348.63
HexBF39A2046F191393631
Octal27771242010617314716661
Binary101111111110011010001001000110111111001100111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39A2; }

 p { color: rgb(191,57,162); }

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

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

 a { background-color: rgb(191,57,162); }

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

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

 span { border-color: rgb(191,57,162); }

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