Html Css Color HEX #B911D9 Deep Magenta

📋 copy color: '#B911D9'

red 185 ◦ green 17 ◦ blue 217

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

Shades of Deep Magenta #B911D9

Tints of Deep Magenta #B911D9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.06%

 BLUE value IS 217 (85.16% from 255) = 51.79%

R = 44.15%
G = 4.06%
B = 51.79%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B911D9 (or 0xB911D9) is known color: Deep Magenta. HEX triplet: B9, 11 and D9. RGB value is (185,17,217). Sum of RGB (Red+Green+Blue) = 185+17+217=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #B911D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911D9 is #46EE26. Grayscale: #595959. Windows color (decimal): -4648487 or 14225849. OLE color: 14225849.

HSL color Cylindrical-coordinate representation of color #B911D9: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B911D9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 17 217 -
CMYK 0.15 0.92 0 0.15
HSL 290.4º 0.85% 0.46% -
HSV(B) 290.4º 0.92% 0.85% -
XYZ 32.73 15.72 66.96 -
YUV 90.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 185 17 217 0.15 0.92 0 0.15 290.4 0.85 0.46
Hex B9 11 D9 F 5C 0 F 122 55 2E
Octal 271 21 331 17 134 0 17 442 125 56
Binary 10111001 10001 11011001 1111 1011100 0 1111 100100010 1010101 101110

Color Harmonies of #B911D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911D9

Black with #B911D9

Text Example


Text Example

White with #B911D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911D9; }

 p { color: rgb(185,17,217); }

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

background-color css

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

 a { background-color: rgb(185,17,217); }

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

border-color css

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

 span { border-color: rgb(185,17,217); }

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