Html Css Color HEX #B711B4 Deep Magenta

📋 copy color: '#B711B4'

red 183 ◦ green 17 ◦ blue 180

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

Shades of Deep Magenta #B711B4

Tints of Deep Magenta #B711B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.37%

R = 48.16%
G = 4.47%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B711B4 (or 0xB711B4) is known color: Deep Magenta. HEX triplet: B7, 11 and B4. RGB value is (183,17,180). Sum of RGB (Red+Green+Blue) = 183+17+180=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B711B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711B4 is #48EE4B. Grayscale: #545454. Windows color (decimal): -4779596 or 11801015. OLE color: 11801015.

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

Color convert

RGB 183 17 180 -
CMYK 0 0.91 0.02 0.28
HSL 301.08º 0.83% 0.39% -
HSV(B) 301.08º 0.91% 0.72% -
XYZ 27.97 13.76 44.36 -
YUV 85.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 183 17 180 0 0.91 0.02 0.28 301.08 0.83 0.39
Hex B7 11 B4 0 5B 2 1C 12D 53 27
Octal 267 21 264 0 133 2 34 455 123 47
Binary 10110111 10001 10110100 0 1011011 10 11100 100101101 1010011 100111

Color Harmonies of #B711B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711B4

Black with #B711B4

Text Example


Text Example

White with #B711B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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