Html Css Color HEX #B91AD5 Deep Magenta

📋 copy color: '#B91AD5'

red 185 ◦ green 26 ◦ blue 213

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

Shades of Deep Magenta #B91AD5

Tints of Deep Magenta #B91AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 43.63%
G = 6.13%
B = 50.24%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B91AD5 (or 0xB91AD5) is known color: Deep Magenta. HEX triplet: B9, 1A and D5. RGB value is (185,26,213). Sum of RGB (Red+Green+Blue) = 185+26+213=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #B91AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91AD5 is #46E52A. Grayscale: #5E5E5E. Windows color (decimal): -4646187 or 13966009. OLE color: 13966009.

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

Color convert

RGB 185 26 213 -
CMYK 0.13 0.88 0 0.16
HSL 291.02º 0.78% 0.47% -
HSV(B) 291.02º 0.88% 0.84% -
XYZ 32.39 15.86 64.3 -
YUV 94.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 185 26 213 0.13 0.88 0 0.16 291.02 0.78 0.47
Hex B9 1A D5 D 58 0 10 123 4E 2F
Octal 271 32 325 15 130 0 20 443 116 57
Binary 10111001 11010 11010101 1101 1011000 0 10000 100100011 1001110 101111

Color Harmonies of #B91AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91AD5

Black with #B91AD5

Text Example


Text Example

White with #B91AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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