#B90AC1

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

Shades of Deep Magenta #B90AC1

Tints of Deep Magenta #B90AC1

Color information

#B90AC1 (or 0xB90AC1) is unknown color: approx Deep Magenta. HEX triplet: B9, 0A and C1. RGB value is (185,10,193). Sum of RGB (Red+Green+Blue) = 185+10+193=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #B90AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90AC1 is #46F53E. Grayscale: #525252. Windows color (decimal): -4650303 or 12651193. OLE color: 12651193.

HSL color Cylindrical-coordinate representation of color #B90AC1: hue angle of 297.38º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AC1 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18510193-
CMYK0.040.9500.24
HSL297.38º90.15%39.8%-
HSV(B)297.38º94.82%75.69%-
XYZ29.7414.3851.66-
YUV83.19189.98200.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=47.68%
G=2.58%
B=49.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185101930.040.9500.24297.3890.1539.8
HexB9AC145F0181295a28
Octal27112301413703045113250
Binary1011100110101100000110010111110110001001010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90AC1; }

 p { color: rgb(185,10,193); }

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

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

 a { background-color: rgb(185,10,193); }

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

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

 span { border-color: rgb(185,10,193); }

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