#BF18A3

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

Shades of Medium Violet Red #BF18A3

Tints of Medium Violet Red #BF18A3

Color information

#BF18A3 (or 0xBF18A3) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and A3. RGB value is (191,24,163). Sum of RGB (Red+Green+Blue) = 191+24+163=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF18A3 is #40E75C. Grayscale: #595959. Windows color (decimal): -4253533 or 10688703. OLE color: 10688703.

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

Color convert

RGB19124163-
CMYK00.870.150.25
HSL310.06º77.67%42.16%-
HSV(B)310.06º87.43%74.9%-
XYZ28.4214.3735.93-
YUV89.78169.33200.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 24 (9.77% from 255) = 6.35%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=50.53%
G=6.35%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912416300.870.150.25310.0677.6742.16
HexBF18A3057F191364e2a
Octal277302430127173146611652
Binary101111111100010100011010101111111110011001101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF18A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF18A3; }

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

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

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

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

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

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

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

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