Html Css Color HEX #B811DF Deep Magenta

📋 copy color: '#B811DF'

red 184 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #B811DF

Tints of Deep Magenta #B811DF

RGB

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

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

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

R = 43.4%
G = 4.01%
B = 52.59%

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

#B811DF (or 0xB811DF) is known color: Deep Magenta. HEX triplet: B8, 11 and DF. RGB value is (184,17,223). Sum of RGB (Red+Green+Blue) = 184+17+223=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B811DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811DF is #47EE20. Grayscale: #595959. Windows color (decimal): -4714017 or 14619064. OLE color: 14619064.

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

Color convert

RGB 184 17 223 -
CMYK 0.17 0.92 0 0.13
HSL 288.64º 0.86% 0.47% -
HSV(B) 288.64º 0.92% 0.87% -
XYZ 33.29 15.92 71.13 -
YUV 90.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 184 17 223 0.17 0.92 0 0.13 288.64 0.86 0.47
Hex B8 11 DF 11 5C 0 D 121 56 2F
Octal 270 21 337 21 134 0 15 441 126 57
Binary 10111000 10001 11011111 10001 1011100 0 1101 100100001 1010110 101111

Color Harmonies of #B811DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811DF

Black with #B811DF

Text Example


Text Example

White with #B811DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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