#BF15B0

Color #BF15B0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BF15B0

Tints of Deep Magenta #BF15B0

Color information

#BF15B0 (or 0xBF15B0) is unknown color: approx Deep Magenta. HEX triplet: BF, 15 and B0. RGB value is (191,21,176). Sum of RGB (Red+Green+Blue) = 191+21+176=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15B0 is #40EA4F. Grayscale: #595959. Windows color (decimal): -4254288 or 11539903. OLE color: 11539903.

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

Color convert

RGB19121176-
CMYK00.890.080.25
HSL305.29º80.19%41.57%-
HSV(B)305.29º89.01%74.9%-
XYZ29.5914.7542.36-
YUV89.5176.82200.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 21 (8.59% from 255) = 5.41%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=49.23%
G=5.41%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912117600.890.080.25305.2980.1941.57
HexBF15B0059819131502a
Octal277252600131103146112052
Binary101111111010110110000010110011000110011001100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF15B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF15B0; }

 p { color: rgb(191,21,176); }

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

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

 a { background-color: rgb(191,21,176); }

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

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

 span { border-color: rgb(191,21,176); }

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