Html Css Color HEX #B90CAA Deep Magenta

📋 copy color: '#B90CAA'

red 185 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #B90CAA

Tints of Deep Magenta #B90CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 50.41%
G = 3.27%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B90CAA (or 0xB90CAA) is known color: Deep Magenta. HEX triplet: B9, 0C and AA. RGB value is (185,12,170). Sum of RGB (Red+Green+Blue) = 185+12+170=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CAA is #46F355. Grayscale: #515151. Windows color (decimal): -4649814 or 11144377. OLE color: 11144377.

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

Color convert

RGB 185 12 170 -
CMYK 0 0.94 0.08 0.27
HSL 305.2º 0.88% 0.39% -
HSV(B) 305.2º 0.94% 0.73% -
XYZ 27.39 13.48 39.19 -
YUV 81.74 177.81 201.65 -
System Red Green Blue C M Y K H S L
Decimal 185 12 170 0 0.94 0.08 0.27 305.2 0.88 0.39
Hex B9 C AA 0 5E 8 1B 131 58 27
Octal 271 14 252 0 136 10 33 461 130 47
Binary 10111001 1100 10101010 0 1011110 1000 11011 100110001 1011000 100111

Color Harmonies of #B90CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CAA

Black with #B90CAA

Text Example


Text Example

White with #B90CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CAA; }

 p { color: rgb(185,12,170); }

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

background-color css

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

 a { background-color: rgb(185,12,170); }

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

border-color css

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

 span { border-color: rgb(185,12,170); }

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