Html Css Color HEX #B90AAC Deep Magenta

📋 copy color: '#B90AAC'

red 185 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #B90AAC

Tints of Deep Magenta #B90AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 50.41%
G = 2.72%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B90AAC (or 0xB90AAC) is known color: Deep Magenta. HEX triplet: B9, 0A and AC. RGB value is (185,10,172). Sum of RGB (Red+Green+Blue) = 185+10+172=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AAC is #46F553. Grayscale: #505050. Windows color (decimal): -4650324 or 11274937. OLE color: 11274937.

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

Color convert

RGB 185 10 172 -
CMYK 0 0.95 0.07 0.27
HSL 304.46º 0.9% 0.38% -
HSV(B) 304.46º 0.95% 0.73% -
XYZ 27.56 13.51 40.18 -
YUV 80.79 179.48 202.33 -
System Red Green Blue C M Y K H S L
Decimal 185 10 172 0 0.95 0.07 0.27 304.46 0.9 0.38
Hex B9 A AC 0 5F 7 1B 130 5A 26
Octal 271 12 254 0 137 7 33 460 132 46
Binary 10111001 1010 10101100 0 1011111 111 11011 100110000 1011010 100110

Color Harmonies of #B90AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AAC

Black with #B90AAC

Text Example


Text Example

White with #B90AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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