Html Css Color HEX #B90FAB Deep Magenta

📋 copy color: '#B90FAB'

red 185 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #B90FAB

Tints of Deep Magenta #B90FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

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

R = 49.87%
G = 4.04%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B90FAB (or 0xB90FAB) is known color: Deep Magenta. HEX triplet: B9, 0F and AB. RGB value is (185,15,171). Sum of RGB (Red+Green+Blue) = 185+15+171=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FAB is #46F054. Grayscale: #535353. Windows color (decimal): -4649045 or 11210681. OLE color: 11210681.

HSL color Cylindrical-coordinate representation of color #B90FAB: hue angle of 304.94º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90FAB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 15 171 -
CMYK 0 0.92 0.08 0.27
HSL 304.94º 0.85% 0.39% -
HSV(B) 304.94º 0.92% 0.73% -
XYZ 27.53 13.6 39.7 -
YUV 83.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 185 15 171 0 0.92 0.08 0.27 304.94 0.85 0.39
Hex B9 F AB 0 5C 8 1B 131 55 27
Octal 271 17 253 0 134 10 33 461 125 47
Binary 10111001 1111 10101011 0 1011100 1000 11011 100110001 1010101 100111

Color Harmonies of #B90FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FAB

Black with #B90FAB

Text Example


Text Example

White with #B90FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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