Html Css Color HEX #B711BA Deep Magenta

📋 copy color: '#B711BA'

red 183 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B711BA

Tints of Deep Magenta #B711BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 47.41%
G = 4.4%
B = 48.19%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B711BA (or 0xB711BA) is known color: Deep Magenta. HEX triplet: B7, 11 and BA. RGB value is (183,17,186). Sum of RGB (Red+Green+Blue) = 183+17+186=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #B711BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711BA is #48EE45. Grayscale: #555555. Windows color (decimal): -4779590 or 12194231. OLE color: 12194231.

HSL color Cylindrical-coordinate representation of color #B711BA: hue angle of 298.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711BA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 17 186 -
CMYK 0.02 0.91 0 0.27
HSL 298.93º 0.83% 0.4% -
HSV(B) 298.93º 0.91% 0.73% -
XYZ 28.59 14.01 47.65 -
YUV 85.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 183 17 186 0.02 0.91 0 0.27 298.93 0.83 0.4
Hex B7 11 BA 2 5B 0 1B 12B 53 28
Octal 267 21 272 2 133 0 33 453 123 50
Binary 10110111 10001 10111010 10 1011011 0 11011 100101011 1010011 101000

Color Harmonies of #B711BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711BA

Black with #B711BA

Text Example


Text Example

White with #B711BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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