Html Css Color HEX #B900AE Deep Magenta

📋 copy color: '#B900AE'

red 185 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #B900AE

Tints of Deep Magenta #B900AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 51.53%
G = 0%
B = 48.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B900AE (or 0xB900AE) is known color: Deep Magenta. HEX triplet: B9, 00 and AE. RGB value is (185,0,174). Sum of RGB (Red+Green+Blue) = 185+0+174=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B900AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900AE is #46FF51. Grayscale: #4A4A4A. Windows color (decimal): -4652882 or 11403449. OLE color: 11403449.

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

Color convert

RGB 185 0 174 -
CMYK 0 1 0.06 0.27
HSL 303.57º 1% 0.36% -
HSV(B) 303.57º 1% 0.73% -
XYZ 27.65 13.37 41.17 -
YUV 75.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 185 0 174 0 1 0.06 0.27 303.57 1 0.36
Hex B9 0 AE 0 64 6 1B 130 64 24
Octal 271 0 256 0 144 6 33 460 144 44
Binary 10111001 0 10101110 0 1100100 110 11011 100110000 1100100 100100

Color Harmonies of #B900AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900AE

Black with #B900AE

Text Example


Text Example

White with #B900AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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