Html Css Color HEX #B90EAC Deep Magenta

📋 copy color: '#B90EAC'

red 185 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #B90EAC

Tints of Deep Magenta #B90EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

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

R = 49.87%
G = 3.77%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B90EAC (or 0xB90EAC) is known color: Deep Magenta. HEX triplet: B9, 0E and AC. RGB value is (185,14,172). Sum of RGB (Red+Green+Blue) = 185+14+172=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B90EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90EAC is #46F153. Grayscale: #525252. Windows color (decimal): -4649300 or 11275961. OLE color: 11275961.

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

Color convert

RGB 185 14 172 -
CMYK 0 0.92 0.07 0.27
HSL 304.56º 0.86% 0.39% -
HSV(B) 304.56º 0.92% 0.73% -
XYZ 27.61 13.61 40.2 -
YUV 83.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 185 14 172 0 0.92 0.07 0.27 304.56 0.86 0.39
Hex B9 E AC 0 5C 7 1B 131 56 27
Octal 271 16 254 0 134 7 33 461 126 47
Binary 10111001 1110 10101100 0 1011100 111 11011 100110001 1010110 100111

Color Harmonies of #B90EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EAC

Black with #B90EAC

Text Example


Text Example

White with #B90EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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