#BF39A5

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

Shades of Medium Red Violet #BF39A5

Tints of Medium Red Violet #BF39A5

Color information

#BF39A5 (or 0xBF39A5) is unknown color: approx Medium Red Violet. HEX triplet: BF, 39 and A5. RGB value is (191,57,165). Sum of RGB (Red+Green+Blue) = 191+57+165=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39A5 is #40C65A. Grayscale: #6D6D6D. Windows color (decimal): -4245083 or 10828223. OLE color: 10828223.

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

Color convert

RGB19157165-
CMYK00.700.140.25
HSL311.64º54.03%48.63%-
HSV(B)311.64º70.16%74.9%-
XYZ29.7416.7237.26-
YUV109.38159.39186.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=46.25%
G=13.80%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915716500.700.140.25311.6454.0348.63
HexBF39A5046E191383631
Octal27771245010616314706661
Binary101111111110011010010101000110111011001100111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39A5; }

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

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

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

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

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

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

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

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