Html Css Color HEX #B711B5 Deep Magenta

📋 copy color: '#B711B5'

red 183 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #B711B5

Tints of Deep Magenta #B711B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.51%

R = 48.03%
G = 4.46%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B711B5 (or 0xB711B5) is known color: Deep Magenta. HEX triplet: B7, 11 and B5. RGB value is (183,17,181). Sum of RGB (Red+Green+Blue) = 183+17+181=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B711B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711B5 is #48EE4A. Grayscale: #545454. Windows color (decimal): -4779595 or 11866551. OLE color: 11866551.

HSL color Cylindrical-coordinate representation of color #B711B5: hue angle of 300.72º 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 #B711B5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 181 -
CMYK 0 0.91 0.01 0.28
HSL 300.72º 0.83% 0.39% -
HSV(B) 300.72º 0.91% 0.72% -
XYZ 28.07 13.8 44.9 -
YUV 85.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 183 17 181 0 0.91 0.01 0.28 300.72 0.83 0.39
Hex B7 11 B5 0 5B 1 1C 12D 53 27
Octal 267 21 265 0 133 1 34 455 123 47
Binary 10110111 10001 10110101 0 1011011 1 11100 100101101 1010011 100111

Color Harmonies of #B711B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711B5

Black with #B711B5

Text Example


Text Example

White with #B711B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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