#B902A5

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

Shades of Deep Magenta #B902A5

Tints of Deep Magenta #B902A5

Color information

#B902A5 (or 0xB902A5) is unknown color: approx Deep Magenta. HEX triplet: B9, 02 and A5. RGB value is (185,2,165). Sum of RGB (Red+Green+Blue) = 185+2+165=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B902A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B902A5 is #46FD5A. Grayscale: #4A4A4A. Windows color (decimal): -4652379 or 10814137. OLE color: 10814137.

HSL color Cylindrical-coordinate representation of color #B902A5: hue angle of 306.56º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902A5 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1852165-
CMYK00.990.110.27
HSL306.56º97.86%36.67%-
HSV(B)306.56º98.92%72.55%-
XYZ26.8213.0736.71-
YUV75.3178.63206.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=52.56%
G=0.57%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185216500.990.110.27306.5697.8636.67
HexB92A5063B1B1336225
Octal27122450143133346314245
Binary101110011010100101011000111011110111001100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B902A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B902A5; }

 p { color: rgb(185,2,165); }

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

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

 a { background-color: rgb(185,2,165); }

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

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

 span { border-color: rgb(185,2,165); }

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