Html Css Color HEX #B711DF Deep Magenta

📋 copy color: '#B711DF'

red 183 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #B711DF

Tints of Deep Magenta #B711DF

RGB

 RED value IS 183 (71.88% from 255) = 43.26%

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

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

R = 43.26%
G = 4.02%
B = 52.72%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B711DF (or 0xB711DF) is known color: Deep Magenta. HEX triplet: B7, 11 and DF. RGB value is (183,17,223). Sum of RGB (Red+Green+Blue) = 183+17+223=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B711DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711DF is #48EE20. Grayscale: #595959. Windows color (decimal): -4779553 or 14619063. OLE color: 14619063.

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

Color convert

RGB 183 17 223 -
CMYK 0.18 0.92 0 0.13
HSL 288.35º 0.86% 0.47% -
HSV(B) 288.35º 0.92% 0.87% -
XYZ 33.05 15.8 71.12 -
YUV 90.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 183 17 223 0.18 0.92 0 0.13 288.35 0.86 0.47
Hex B7 11 DF 12 5C 0 D 120 56 2F
Octal 267 21 337 22 134 0 15 440 126 57
Binary 10110111 10001 11011111 10010 1011100 0 1101 100100000 1010110 101111

Color Harmonies of #B711DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711DF

Black with #B711DF

Text Example


Text Example

White with #B711DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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