Html Css Color HEX #B711CF Deep Magenta

📋 copy color: '#B711CF'

red 183 ◦ green 17 ◦ blue 207

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

Shades of Deep Magenta #B711CF

Tints of Deep Magenta #B711CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 44.96%
G = 4.18%
B = 50.86%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B711CF (or 0xB711CF) is known color: Deep Magenta. HEX triplet: B7, 11 and CF. RGB value is (183,17,207). Sum of RGB (Red+Green+Blue) = 183+17+207=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B711CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711CF is #48EE30. Grayscale: #575757. Windows color (decimal): -4779569 or 13570487. OLE color: 13570487.

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

Color convert

RGB 183 17 207 -
CMYK 0.12 0.92 0 0.19
HSL 292.42º 0.85% 0.44% -
HSV(B) 292.42º 0.92% 0.81% -
XYZ 30.99 14.97 60.29 -
YUV 88.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 183 17 207 0.12 0.92 0 0.19 292.42 0.85 0.44
Hex B7 11 CF C 5C 0 13 124 55 2C
Octal 267 21 317 14 134 0 23 444 125 54
Binary 10110111 10001 11001111 1100 1011100 0 10011 100100100 1010101 101100

Color Harmonies of #B711CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711CF

Black with #B711CF

Text Example


Text Example

White with #B711CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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