Html Css Color HEX #B711DB Deep Magenta

📋 copy color: '#B711DB'

red 183 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #B711DB

Tints of Deep Magenta #B711DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 43.68%
G = 4.06%
B = 52.27%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B711DB (or 0xB711DB) is known color: Deep Magenta. HEX triplet: B7, 11 and DB. RGB value is (183,17,219). Sum of RGB (Red+Green+Blue) = 183+17+219=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B711DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711DB is #48EE24. Grayscale: #595959. Windows color (decimal): -4779557 or 14356919. OLE color: 14356919.

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

Color convert

RGB 183 17 219 -
CMYK 0.16 0.92 0 0.14
HSL 289.31º 0.86% 0.46% -
HSV(B) 289.31º 0.92% 0.86% -
XYZ 32.52 15.58 68.31 -
YUV 89.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 183 17 219 0.16 0.92 0 0.14 289.31 0.86 0.46
Hex B7 11 DB 10 5C 0 E 121 56 2E
Octal 267 21 333 20 134 0 16 441 126 56
Binary 10110111 10001 11011011 10000 1011100 0 1110 100100001 1010110 101110

Color Harmonies of #B711DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711DB

Black with #B711DB

Text Example


Text Example

White with #B711DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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