#BD1FB1

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

Shades of Deep Magenta #BD1FB1

Tints of Deep Magenta #BD1FB1

Color information

#BD1FB1 (or 0xBD1FB1) is unknown color: approx Deep Magenta. HEX triplet: BD, 1F and B1. RGB value is (189,31,177). Sum of RGB (Red+Green+Blue) = 189+31+177=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FB1 is #42E04E. Grayscale: #5E5E5E. Windows color (decimal): -4382799 or 11607997. OLE color: 11607997.

HSL color Cylindrical-coordinate representation of color #BD1FB1: hue angle of 304.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FB1 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18931177-
CMYK00.840.060.26
HSL304.56º71.82%43.14%-
HSV(B)304.56º83.6%74.12%-
XYZ29.4114.9742.93-
YUV94.89174.35195.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=47.61%
G=7.81%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893117700.840.060.26304.5671.8243.14
HexBD1FB105461A131482b
Octal27537261012463246111053
Binary10111101111111011000101010100110110101001100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1FB1; }

 p { color: rgb(189,31,177); }

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

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

 a { background-color: rgb(189,31,177); }

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

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

 span { border-color: rgb(189,31,177); }

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