#b91fd4

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

Shades of Deep Magenta #B91FD4

Tints of Deep Magenta #B91FD4

Color information

#B91FD4 (or 0xB91FD4) is unknown color: approx Deep Magenta. HEX triplet: B9, 1F and D4. RGB value is (185,31,212). Sum of RGB (Red+Green+Blue) = 185+31+212=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #B91FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91FD4 is #46E02B. Grayscale: #616161. Windows color (decimal): -4644908 or 13901753. OLE color: 13901753.

HSL color Cylindrical-coordinate representation of color #B91FD4: hue angle of 291.05º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91FD4 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18531212-
CMYK0.130.8500.17
HSL291.05º74.49%47.65%-
HSV(B)291.05º85.38%83.14%-
XYZ32.3816.0563.68-
YUV97.68192.52190.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 31 (12.5% from 255) = 7.24%
BLUE value IS 212 (83.20% from 255) = 49.53%
R=43.22%
G=7.24%
B=49.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185312120.130.8500.17291.0574.4947.65
HexB91FD4D550111234a30
Octal271373241512502144311260
Binary101110011111111010100110110101010100011001000111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b91fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b91fd4; }

 p { color: rgb(185,31,212); }

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

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

 a { background-color: rgb(185,31,212); }

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

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

 span { border-color: rgb(185,31,212); }

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