#BF30A5

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

Shades of Medium Red Violet #BF30A5

Tints of Medium Red Violet #BF30A5

Color information

#BF30A5 (or 0xBF30A5) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and A5. RGB value is (191,48,165). Sum of RGB (Red+Green+Blue) = 191+48+165=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30A5 is #40CF5A. Grayscale: #676767. Windows color (decimal): -4247387 or 10825919. OLE color: 10825919.

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

Color convert

RGB19148165-
CMYK00.750.140.25
HSL310.91º59.83%46.86%-
HSV(B)310.91º74.87%74.9%-
XYZ29.3315.9137.12-
YUV104.1162.38189.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=47.28%
G=11.88%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914816500.750.140.25310.9159.8346.86
HexBF30A504BE191373c2f
Octal27760245011316314677457
Binary101111111100001010010101001011111011001100110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF30A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF30A5; }

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

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

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

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

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

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

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

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