#BF00B5

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

Shades of Deep Magenta #BF00B5

Tints of Deep Magenta #BF00B5

Color information

#BF00B5 (or 0xBF00B5) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and B5. RGB value is (191,0,181). Sum of RGB (Red+Green+Blue) = 191+0+181=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00B5 is #40FF4A. Grayscale: #4D4D4D. Windows color (decimal): -4259659 or 11862207. OLE color: 11862207.

HSL color Cylindrical-coordinate representation of color #BF00B5: hue angle of 303.14º 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 #BF00B5 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB1910181-
CMYK010.050.25
HSL303.14º100%37.45%-
HSV(B)303.14º100%74.9%-
XYZ29.8314.4144.93-
YUV77.74186.28208.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=51.34%
G=0%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910181010.050.25303.1410037.45
HexBF0B506451912f6425
Octal2770265014453145714445
Binary1011111101011010101100100101110011001011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00B5; }

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

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

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

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

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

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

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

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