Html Css Color HEX #B91CC5 Deep Magenta

📋 copy color: '#B91CC5'

red 185 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #B91CC5

Tints of Deep Magenta #B91CC5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 45.12%
G = 6.83%
B = 48.05%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B91CC5 (or 0xB91CC5) is known color: Deep Magenta. HEX triplet: B9, 1C and C5. RGB value is (185,28,197). Sum of RGB (Red+Green+Blue) = 185+28+197=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #B91CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CC5 is #46E33A. Grayscale: #5D5D5D. Windows color (decimal): -4645691 or 12917945. OLE color: 12917945.

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

Color convert

RGB 185 28 197 -
CMYK 0.06 0.86 0 0.23
HSL 295.74º 0.75% 0.44% -
HSV(B) 295.74º 0.86% 0.77% -
XYZ 30.5 15.18 54.15 -
YUV 94.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 185 28 197 0.06 0.86 0 0.23 295.74 0.75 0.44
Hex B9 1C C5 6 56 0 17 128 4B 2C
Octal 271 34 305 6 126 0 27 450 113 54
Binary 10111001 11100 11000101 110 1010110 0 10111 100101000 1001011 101100

Color Harmonies of #B91CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CC5

Black with #B91CC5

Text Example


Text Example

White with #B91CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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