#B914B3

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

Shades of Deep Magenta #B914B3

Tints of Deep Magenta #B914B3

Color information

#B914B3 (or 0xB914B3) is unknown color: approx Deep Magenta. HEX triplet: B9, 14 and B3. RGB value is (185,20,179). Sum of RGB (Red+Green+Blue) = 185+20+179=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B914B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914B3 is #46EB4C. Grayscale: #565656. Windows color (decimal): -4647757 or 11736249. OLE color: 11736249.

HSL color Cylindrical-coordinate representation of color #B914B3: hue angle of 302.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B914B3 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18520179-
CMYK00.890.030.27
HSL302.18º80.49%40.2%-
HSV(B)302.18º89.19%72.55%-
XYZ28.3914.0743.87-
YUV87.46179.66197.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 20 (8.20% from 255) = 5.21%
BLUE value IS 179 (70.31% from 255) = 46.61%
R=48.18%
G=5.21%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852017900.890.030.27302.1880.4940.2
HexB914B305931B12e5028
Octal27124263013133345612050
Binary1011100110100101100110101100111110111001011101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B914B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B914B3; }

 p { color: rgb(185,20,179); }

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

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

 a { background-color: rgb(185,20,179); }

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

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

 span { border-color: rgb(185,20,179); }

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