#B81FC0

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

Shades of Deep Magenta #B81FC0

Tints of Deep Magenta #B81FC0

Color information

#B81FC0 (or 0xB81FC0) is unknown color: approx Deep Magenta. HEX triplet: B8, 1F and C0. RGB value is (184,31,192). Sum of RGB (Red+Green+Blue) = 184+31+192=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #B81FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FC0 is #47E03F. Grayscale: #5E5E5E. Windows color (decimal): -4710464 or 12591032. OLE color: 12591032.

HSL color Cylindrical-coordinate representation of color #B81FC0: hue angle of 297.02º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81FC0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18431192-
CMYK0.040.8400.25
HSL297.02º72.2%43.73%-
HSV(B)297.02º83.85%75.29%-
XYZ29.7714.9851.19-
YUV95.1182.69191.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 31 (12.5% from 255) = 7.62%
BLUE value IS 192 (75.39% from 255) = 47.17%
R=45.21%
G=7.62%
B=47.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184311920.040.8400.25297.0272.243.73
HexB81FC0454019129482c
Octal27037300412403145111054
Binary10111000111111100000010010101000110011001010011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81FC0; }

 p { color: rgb(184,31,192); }

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

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

 a { background-color: rgb(184,31,192); }

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

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

 span { border-color: rgb(184,31,192); }

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