#BF00B1

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

Shades of Deep Magenta #BF00B1

Tints of Deep Magenta #BF00B1

Color information

#BF00B1 (or 0xBF00B1) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and B1. RGB value is (191,0,177). Sum of RGB (Red+Green+Blue) = 191+0+177=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00B1 is #40FF4E. Grayscale: #4C4C4C. Windows color (decimal): -4259663 or 11600063. OLE color: 11600063.

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

Color convert

RGB1910177-
CMYK010.070.25
HSL304.4º100%37.45%-
HSV(B)304.4º100%74.9%-
XYZ29.4214.2542.79-
YUV77.29184.28209.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=51.90%
G=0%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910177010.070.25304.410037.45
HexBF0B10647191306425
Octal2770261014473146014445
Binary1011111101011000101100100111110011001100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00B1; }

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

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

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

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

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

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

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

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