Html Css Color HEX #B91DC5 Deep Magenta

📋 copy color: '#B91DC5'

red 185 ◦ green 29 ◦ blue 197

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

Shades of Deep Magenta #B91DC5

Tints of Deep Magenta #B91DC5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

 BLUE value IS 197 (77.34% from 255) = 47.93%

R = 45.01%
G = 7.06%
B = 47.93%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B91DC5 (or 0xB91DC5) is known color: Deep Magenta. HEX triplet: B9, 1D and C5. RGB value is (185,29,197). Sum of RGB (Red+Green+Blue) = 185+29+197=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #B91DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DC5 is #46E23A. Grayscale: #5E5E5E. Windows color (decimal): -4645435 or 12918201. OLE color: 12918201.

HSL color Cylindrical-coordinate representation of color #B91DC5: hue angle of 295.71º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91DC5 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 29 197 -
CMYK 0.06 0.85 0 0.23
HSL 295.71º 0.74% 0.44% -
HSV(B) 295.71º 0.85% 0.77% -
XYZ 30.53 15.22 54.15 -
YUV 94.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 185 29 197 0.06 0.85 0 0.23 295.71 0.74 0.44
Hex B9 1D C5 6 55 0 17 128 4A 2C
Octal 271 35 305 6 125 0 27 450 112 54
Binary 10111001 11101 11000101 110 1010101 0 10111 100101000 1001010 101100

Color Harmonies of #B91DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91DC5

Black with #B91DC5

Text Example


Text Example

White with #B91DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91DC5; }

 p { color: rgb(185,29,197); }

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

background-color css

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

 a { background-color: rgb(185,29,197); }

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

border-color css

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

 span { border-color: rgb(185,29,197); }

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