Html Css Color HEX #B90AAB Deep Magenta

📋 copy color: '#B90AAB'

red 185 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #B90AAB

Tints of Deep Magenta #B90AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

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

R = 50.55%
G = 2.73%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B90AAB (or 0xB90AAB) is known color: Deep Magenta. HEX triplet: B9, 0A and AB. RGB value is (185,10,171). Sum of RGB (Red+Green+Blue) = 185+10+171=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AAB is #46F554. Grayscale: #505050. Windows color (decimal): -4650325 or 11209401. OLE color: 11209401.

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

Color convert

RGB 185 10 171 -
CMYK 0 0.95 0.08 0.27
HSL 304.8º 0.9% 0.38% -
HSV(B) 304.8º 0.95% 0.73% -
XYZ 27.47 13.47 39.68 -
YUV 80.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 185 10 171 0 0.95 0.08 0.27 304.8 0.9 0.38
Hex B9 A AB 0 5F 8 1B 131 5A 26
Octal 271 12 253 0 137 10 33 461 132 46
Binary 10111001 1010 10101011 0 1011111 1000 11011 100110001 1011010 100110

Color Harmonies of #B90AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AAB

Black with #B90AAB

Text Example


Text Example

White with #B90AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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