#BF08B1

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

Shades of Deep Magenta #BF08B1

Tints of Deep Magenta #BF08B1

Color information

#BF08B1 (or 0xBF08B1) is unknown color: approx Deep Magenta. HEX triplet: BF, 08 and B1. RGB value is (191,8,177). Sum of RGB (Red+Green+Blue) = 191+8+177=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08B1 is #40F74E. Grayscale: #515151. Windows color (decimal): -4257615 or 11602111. OLE color: 11602111.

HSL color Cylindrical-coordinate representation of color #BF08B1: hue angle of 304.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08B1 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB1918177-
CMYK00.960.070.25
HSL304.59º91.96%39.02%-
HSV(B)304.59º95.81%74.9%-
XYZ29.5114.4242.82-
YUV81.98181.63205.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=50.80%
G=2.13%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191817700.960.070.25304.5991.9639.02
HexBF8B10607191315c27
Octal27710261014073146113447
Binary1011111110001011000101100000111110011001100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF08B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF08B1; }

 p { color: rgb(191,8,177); }

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

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

 a { background-color: rgb(191,8,177); }

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

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

 span { border-color: rgb(191,8,177); }

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