Html Css Color HEX #B811DD Deep Magenta

📋 copy color: '#B811DD'

red 184 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #B811DD

Tints of Deep Magenta #B811DD

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

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

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 43.6%
G = 4.03%
B = 52.37%

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

#B811DD (or 0xB811DD) is known color: Deep Magenta. HEX triplet: B8, 11 and DD. RGB value is (184,17,221). Sum of RGB (Red+Green+Blue) = 184+17+221=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #B811DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811DD is #47EE22. Grayscale: #595959. Windows color (decimal): -4714019 or 14487992. OLE color: 14487992.

HSL color Cylindrical-coordinate representation of color #B811DD: hue angle of 289.12º 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 #B811DD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 17 221 -
CMYK 0.17 0.92 0 0.13
HSL 289.12º 0.86% 0.47% -
HSV(B) 289.12º 0.92% 0.87% -
XYZ 33.02 15.81 69.72 -
YUV 90.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 184 17 221 0.17 0.92 0 0.13 289.12 0.86 0.47
Hex B8 11 DD 11 5C 0 D 121 56 2F
Octal 270 21 335 21 134 0 15 441 126 57
Binary 10111000 10001 11011101 10001 1011100 0 1101 100100001 1010110 101111

Color Harmonies of #B811DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811DD

Black with #B811DD

Text Example


Text Example

White with #B811DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811DD; }

 p { color: rgb(184,17,221); }

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

background-color css

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

 a { background-color: rgb(184,17,221); }

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

border-color css

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

 span { border-color: rgb(184,17,221); }

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