Html Css Color HEX #B711CD Deep Magenta

📋 copy color: '#B711CD'

red 183 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #B711CD

Tints of Deep Magenta #B711CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 45.19%
G = 4.2%
B = 50.62%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B711CD (or 0xB711CD) is known color: Deep Magenta. HEX triplet: B7, 11 and CD. RGB value is (183,17,205). Sum of RGB (Red+Green+Blue) = 183+17+205=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #B711CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711CD is #48EE32. Grayscale: #575757. Windows color (decimal): -4779571 or 13439415. OLE color: 13439415.

HSL color Cylindrical-coordinate representation of color #B711CD: hue angle of 292.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711CD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 17 205 -
CMYK 0.11 0.92 0 0.20
HSL 292.98º 0.85% 0.44% -
HSV(B) 292.98º 0.92% 0.8% -
XYZ 30.75 14.88 59.01 -
YUV 88.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 183 17 205 0.11 0.92 0 0.20 292.98 0.85 0.44
Hex B7 11 CD B 5C 0 14 125 55 2C
Octal 267 21 315 13 134 0 24 445 125 54
Binary 10110111 10001 11001101 1011 1011100 0 10100 100100101 1010101 101100

Color Harmonies of #B711CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711CD

Black with #B711CD

Text Example


Text Example

White with #B711CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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