Html Css Color HEX #B90BA7 Deep Magenta

📋 copy color: '#B90BA7'

red 185 ◦ green 11 ◦ blue 167

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

Shades of Deep Magenta #B90BA7

Tints of Deep Magenta #B90BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 50.96%
G = 3.03%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B90BA7 (or 0xB90BA7) is known color: Deep Magenta. HEX triplet: B9, 0B and A7. RGB value is (185,11,167). Sum of RGB (Red+Green+Blue) = 185+11+167=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BA7 is #46F458. Grayscale: #505050. Windows color (decimal): -4650073 or 10947513. OLE color: 10947513.

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

Color convert

RGB 185 11 167 -
CMYK 0 0.94 0.10 0.27
HSL 306.21º 0.89% 0.38% -
HSV(B) 306.21º 0.94% 0.73% -
XYZ 27.1 13.34 37.71 -
YUV 80.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 185 11 167 0 0.94 0.10 0.27 306.21 0.89 0.38
Hex B9 B A7 0 5E A 1B 132 59 26
Octal 271 13 247 0 136 12 33 462 131 46
Binary 10111001 1011 10100111 0 1011110 1010 11011 100110010 1011001 100110

Color Harmonies of #B90BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BA7

Black with #B90BA7

Text Example


Text Example

White with #B90BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BA7; }

 p { color: rgb(185,11,167); }

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

background-color css

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

 a { background-color: rgb(185,11,167); }

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

border-color css

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

 span { border-color: rgb(185,11,167); }

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