Html Css Color HEX #B711B0 Deep Magenta

📋 copy color: '#B711B0'

red 183 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #B711B0

Tints of Deep Magenta #B711B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 48.67%
G = 4.52%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B711B0 (or 0xB711B0) is known color: Deep Magenta. HEX triplet: B7, 11 and B0. RGB value is (183,17,176). Sum of RGB (Red+Green+Blue) = 183+17+176=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B711B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711B0 is #48EE4F. Grayscale: #545454. Windows color (decimal): -4779600 or 11538871. OLE color: 11538871.

HSL color Cylindrical-coordinate representation of color #B711B0: hue angle of 302.53º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711B0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 176 -
CMYK 0 0.91 0.04 0.28
HSL 302.53º 0.83% 0.39% -
HSV(B) 302.53º 0.91% 0.72% -
XYZ 27.57 13.6 42.25 -
YUV 84.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 183 17 176 0 0.91 0.04 0.28 302.53 0.83 0.39
Hex B7 11 B0 0 5B 4 1C 12F 53 27
Octal 267 21 260 0 133 4 34 457 123 47
Binary 10110111 10001 10110000 0 1011011 100 11100 100101111 1010011 100111

Color Harmonies of #B711B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711B0

Black with #B711B0

Text Example


Text Example

White with #B711B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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