Html Css Color HEX #B90BAF Deep Magenta

📋 copy color: '#B90BAF'

red 185 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #B90BAF

Tints of Deep Magenta #B90BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 49.87%
G = 2.96%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B90BAF (or 0xB90BAF) is known color: Deep Magenta. HEX triplet: B9, 0B and AF. RGB value is (185,11,175). Sum of RGB (Red+Green+Blue) = 185+11+175=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BAF is #46F450. Grayscale: #515151. Windows color (decimal): -4650065 or 11471801. OLE color: 11471801.

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

Color convert

RGB 185 11 175 -
CMYK 0 0.94 0.05 0.27
HSL 303.45º 0.89% 0.38% -
HSV(B) 303.45º 0.94% 0.73% -
XYZ 27.87 13.65 41.72 -
YUV 81.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 185 11 175 0 0.94 0.05 0.27 303.45 0.89 0.38
Hex B9 B AF 0 5E 5 1B 12F 59 26
Octal 271 13 257 0 136 5 33 457 131 46
Binary 10111001 1011 10101111 0 1011110 101 11011 100101111 1011001 100110

Color Harmonies of #B90BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BAF

Black with #B90BAF

Text Example


Text Example

White with #B90BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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