#B90ACC

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

Shades of Deep Magenta #B90ACC

Tints of Deep Magenta #B90ACC

Color information

#B90ACC (or 0xB90ACC) is unknown color: approx Deep Magenta. HEX triplet: B9, 0A and CC. RGB value is (185,10,204). Sum of RGB (Red+Green+Blue) = 185+10+204=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B90ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ACC is #46F533. Grayscale: #535353. Windows color (decimal): -4650292 or 13372089. OLE color: 13372089.

HSL color Cylindrical-coordinate representation of color #B90ACC: hue angle of 294.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ACC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18510204-
CMYK0.090.9500.2
HSL294.12º90.65%41.96%-
HSV(B)294.12º95.1%80%-
XYZ31.0214.8958.37-
YUV84.44195.48199.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 10 (4.30% from 255) = 2.51%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=46.37%
G=2.51%
B=51.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185102040.090.9500.2294.1290.6541.96
HexB9ACC95F0141265b2a
Octal271123141113702444613352
Binary10111001101011001100100110111110101001001001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90ACC; }

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

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

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

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

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

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

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

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