Html Css Color HEX #B900A9 Deep Magenta

📋 copy color: '#B900A9'

red 185 ◦ green 0 ◦ blue 169

#B900A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B900A9

Tints of Deep Magenta #B900A9

RGB

 RED value IS 185 (72.66% from 255) = 52.26%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 47.74%

R = 52.26%
G = 0%
B = 47.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B900A9 (or 0xB900A9) is known color: Deep Magenta. HEX triplet: B9, 00 and A9. RGB value is (185,0,169). Sum of RGB (Red+Green+Blue) = 185+0+169=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A9 is #46FF56. Grayscale: #4A4A4A. Windows color (decimal): -4652887 or 11075769. OLE color: 11075769.

HSL color Cylindrical-coordinate representation of color #B900A9: hue angle of 305.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900A9 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 169 -
CMYK 0 1 0.09 0.27
HSL 305.19º 1% 0.36% -
HSV(B) 305.19º 1% 0.73% -
XYZ 27.17 13.18 38.65 -
YUV 74.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 185 0 169 0 1 0.09 0.27 305.19 1 0.36
Hex B9 0 A9 0 64 9 1B 131 64 24
Octal 271 0 251 0 144 11 33 461 144 44
Binary 10111001 0 10101001 0 1100100 1001 11011 100110001 1100100 100100

Color Harmonies of #B900A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900A9

Black with #B900A9

Text Example


Text Example

White with #B900A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900A9; }

 p { color: rgb(185,0,169); }

 H1.HeaderClassName
 {
   color: #B900A9;
 }
 .AnyTagClassName
 {
   color: #B900A9;
 }
</style>

background-color css

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

 a { background-color: rgb(185,0,169); }

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

border-color css

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

 span { border-color: rgb(185,0,169); }

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