#BF1BB5

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

Shades of Deep Magenta #BF1BB5

Tints of Deep Magenta #BF1BB5

Color information

#BF1BB5 (or 0xBF1BB5) is unknown color: approx Deep Magenta. HEX triplet: BF, 1B and B5. RGB value is (191,27,181). Sum of RGB (Red+Green+Blue) = 191+27+181=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BB5 is #40E44A. Grayscale: #5D5D5D. Windows color (decimal): -4252747 or 11869119. OLE color: 11869119.

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

Color convert

RGB19127181-
CMYK00.860.050.25
HSL303.66º75.23%42.75%-
HSV(B)303.66º85.86%74.9%-
XYZ30.2215.245.06-
YUV93.59177.33197.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 27 (10.94% from 255) = 6.77%
BLUE value IS 181 (71.09% from 255) = 45.36%
R=47.87%
G=6.77%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912718100.860.050.25303.6675.2342.75
HexBF1BB50565191304b2b
Octal27733265012653146011353
Binary10111111110111011010101010110101110011001100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1BB5; }

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

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

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

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

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

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

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

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