Html Css Color HEX #B900AB Deep Magenta

📋 copy color: '#B900AB'

red 185 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #B900AB

Tints of Deep Magenta #B900AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 51.97%
G = 0%
B = 48.03%

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

#B900AB (or 0xB900AB) is known color: Deep Magenta. HEX triplet: B9, 00 and AB. RGB value is (185,0,171). Sum of RGB (Red+Green+Blue) = 185+0+171=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B900AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900AB is #46FF54. Grayscale: #4A4A4A. Windows color (decimal): -4652885 or 11206841. OLE color: 11206841.

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

Color convert

RGB 185 0 171 -
CMYK 0 1 0.08 0.27
HSL 304.54º 1% 0.36% -
HSV(B) 304.54º 1% 0.73% -
XYZ 27.36 13.25 39.64 -
YUV 74.81 182.29 206.6 -
System Red Green Blue C M Y K H S L
Decimal 185 0 171 0 1 0.08 0.27 304.54 1 0.36
Hex B9 0 AB 0 64 8 1B 131 64 24
Octal 271 0 253 0 144 10 33 461 144 44
Binary 10111001 0 10101011 0 1100100 1000 11011 100110001 1100100 100100

Color Harmonies of #B900AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900AB

Black with #B900AB

Text Example


Text Example

White with #B900AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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