#B90ABE

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

Shades of Deep Magenta #B90ABE

Tints of Deep Magenta #B90ABE

Color information

#B90ABE (or 0xB90ABE) is unknown color: approx Deep Magenta. HEX triplet: B9, 0A and BE. RGB value is (185,10,190). Sum of RGB (Red+Green+Blue) = 185+10+190=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ABE is #46F541. Grayscale: #525252. Windows color (decimal): -4650306 or 12454585. OLE color: 12454585.

HSL color Cylindrical-coordinate representation of color #B90ABE: hue angle of 298.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ABE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18510190-
CMYK0.030.9500.25
HSL298.33º90%39.22%-
HSV(B)298.33º94.74%74.51%-
XYZ29.4114.2549.92-
YUV82.84188.48200.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=48.05%
G=2.60%
B=49.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185101900.030.9500.25298.339039.22
HexB9ABE35F01912a5a27
Octal27112276313703145213247
Binary101110011010101111101110111110110011001010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90ABE; }

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

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

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

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

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

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

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

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