Html Css Color HEX #B91ADD Deep Magenta

📋 copy color: '#B91ADD'

red 185 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #B91ADD

Tints of Deep Magenta #B91ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 42.82%
G = 6.02%
B = 51.16%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B91ADD (or 0xB91ADD) is known color: Deep Magenta. HEX triplet: B9, 1A and DD. RGB value is (185,26,221). Sum of RGB (Red+Green+Blue) = 185+26+221=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B91ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91ADD is #46E522. Grayscale: #5F5F5F. Windows color (decimal): -4646179 or 14490297. OLE color: 14490297.

HSL color Cylindrical-coordinate representation of color #B91ADD: hue angle of 288.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91ADD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 26 221 -
CMYK 0.16 0.88 0 0.13
HSL 288.92º 0.79% 0.48% -
HSV(B) 288.92º 0.88% 0.87% -
XYZ 33.43 16.27 69.79 -
YUV 95.77 198.68 191.64 -
System Red Green Blue C M Y K H S L
Decimal 185 26 221 0.16 0.88 0 0.13 288.92 0.79 0.48
Hex B9 1A DD 10 58 0 D 121 4F 30
Octal 271 32 335 20 130 0 15 441 117 60
Binary 10111001 11010 11011101 10000 1011000 0 1101 100100001 1001111 110000

Color Harmonies of #B91ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91ADD

Black with #B91ADD

Text Example


Text Example

White with #B91ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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