Html Css Color HEX #B91AAD Deep Magenta

📋 copy color: '#B91AAD'

red 185 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #B91AAD

Tints of Deep Magenta #B91AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 48.18%
G = 6.77%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B91AAD (or 0xB91AAD) is known color: Deep Magenta. HEX triplet: B9, 1A and AD. RGB value is (185,26,173). Sum of RGB (Red+Green+Blue) = 185+26+173=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B91AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91AAD is #46E552. Grayscale: #595959. Windows color (decimal): -4646227 or 11344569. OLE color: 11344569.

HSL color Cylindrical-coordinate representation of color #B91AAD: hue angle of 304.53º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91AAD is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 26 173 -
CMYK 0 0.86 0.06 0.27
HSL 304.53º 0.75% 0.41% -
HSV(B) 304.53º 0.86% 0.73% -
XYZ 27.92 14.07 40.78 -
YUV 90.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 185 26 173 0 0.86 0.06 0.27 304.53 0.75 0.41
Hex B9 1A AD 0 56 6 1B 131 4B 29
Octal 271 32 255 0 126 6 33 461 113 51
Binary 10111001 11010 10101101 0 1010110 110 11011 100110001 1001011 101001

Color Harmonies of #B91AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91AAD

Black with #B91AAD

Text Example


Text Example

White with #B91AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91AAD; }

 p { color: rgb(185,26,173); }

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

background-color css

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

 a { background-color: rgb(185,26,173); }

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

border-color css

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

 span { border-color: rgb(185,26,173); }

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