Html Css Color HEX #B91AD4 Deep Magenta

📋 copy color: '#B91AD4'

red 185 ◦ green 26 ◦ blue 212

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

Shades of Deep Magenta #B91AD4

Tints of Deep Magenta #B91AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.12%

R = 43.74%
G = 6.15%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B91AD4 (or 0xB91AD4) is known color: Deep Magenta. HEX triplet: B9, 1A and D4. RGB value is (185,26,212). Sum of RGB (Red+Green+Blue) = 185+26+212=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #B91AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91AD4 is #46E52B. Grayscale: #5E5E5E. Windows color (decimal): -4646188 or 13900473. OLE color: 13900473.

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

Color convert

RGB 185 26 212 -
CMYK 0.13 0.88 0 0.17
HSL 291.29º 0.78% 0.47% -
HSV(B) 291.29º 0.88% 0.83% -
XYZ 32.26 15.81 63.64 -
YUV 94.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 185 26 212 0.13 0.88 0 0.17 291.29 0.78 0.47
Hex B9 1A D4 D 58 0 11 123 4E 2F
Octal 271 32 324 15 130 0 21 443 116 57
Binary 10111001 11010 11010100 1101 1011000 0 10001 100100011 1001110 101111

Color Harmonies of #B91AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91AD4

Black with #B91AD4

Text Example


Text Example

White with #B91AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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