Html Css Color HEX #B911DF Deep Magenta

📋 copy color: '#B911DF'

red 185 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #B911DF

Tints of Deep Magenta #B911DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 43.53%
G = 4%
B = 52.47%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B911DF (or 0xB911DF) is known color: Deep Magenta. HEX triplet: B9, 11 and DF. RGB value is (185,17,223). Sum of RGB (Red+Green+Blue) = 185+17+223=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B911DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911DF is #46EE20. Grayscale: #5A5A5A. Windows color (decimal): -4648481 or 14619065. OLE color: 14619065.

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

Color convert

RGB 185 17 223 -
CMYK 0.17 0.92 0 0.13
HSL 288.93º 0.86% 0.47% -
HSV(B) 288.93º 0.92% 0.87% -
XYZ 33.53 16.04 71.14 -
YUV 90.72 202.66 195.25 -
System Red Green Blue C M Y K H S L
Decimal 185 17 223 0.17 0.92 0 0.13 288.93 0.86 0.47
Hex B9 11 DF 11 5C 0 D 121 56 2F
Octal 271 21 337 21 134 0 15 441 126 57
Binary 10111001 10001 11011111 10001 1011100 0 1101 100100001 1010110 101111

Color Harmonies of #B911DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911DF

Black with #B911DF

Text Example


Text Example

White with #B911DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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