Html Css Color HEX #B91CDB Deep Magenta

📋 copy color: '#B91CDB'

red 185 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #B91CDB

Tints of Deep Magenta #B91CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 42.82%
G = 6.48%
B = 50.69%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B91CDB (or 0xB91CDB) is known color: Deep Magenta. HEX triplet: B9, 1C and DB. RGB value is (185,28,219). Sum of RGB (Red+Green+Blue) = 185+28+219=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B91CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91CDB is #46E324. Grayscale: #606060. Windows color (decimal): -4645669 or 14359737. OLE color: 14359737.

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

Color convert

RGB 185 28 219 -
CMYK 0.16 0.87 0 0.14
HSL 289.32º 0.77% 0.48% -
HSV(B) 289.32º 0.87% 0.86% -
XYZ 33.21 16.26 68.41 -
YUV 96.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 185 28 219 0.16 0.87 0 0.14 289.32 0.77 0.48
Hex B9 1C DB 10 57 0 E 121 4D 30
Octal 271 34 333 20 127 0 16 441 115 60
Binary 10111001 11100 11011011 10000 1010111 0 1110 100100001 1001101 110000

Color Harmonies of #B91CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CDB

Black with #B91CDB

Text Example


Text Example

White with #B91CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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