Html Css Color HEX #B900AA Deep Magenta

📋 copy color: '#B900AA'

red 185 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #B900AA

Tints of Deep Magenta #B900AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 52.11%
G = 0%
B = 47.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B900AA (or 0xB900AA) is known color: Deep Magenta. HEX triplet: B9, 00 and AA. RGB value is (185,0,170). Sum of RGB (Red+Green+Blue) = 185+0+170=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B900AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900AA is #46FF55. Grayscale: #4A4A4A. Windows color (decimal): -4652886 or 11141305. OLE color: 11141305.

HSL color Cylindrical-coordinate representation of color #B900AA: hue angle of 304.86º 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 #B900AA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 170 -
CMYK 0 1 0.08 0.27
HSL 304.86º 1% 0.36% -
HSV(B) 304.86º 1% 0.73% -
XYZ 27.26 13.22 39.14 -
YUV 74.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 185 0 170 0 1 0.08 0.27 304.86 1 0.36
Hex B9 0 AA 0 64 8 1B 131 64 24
Octal 271 0 252 0 144 10 33 461 144 44
Binary 10111001 0 10101010 0 1100100 1000 11011 100110001 1100100 100100

Color Harmonies of #B900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900AA

Black with #B900AA

Text Example


Text Example

White with #B900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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