Html Css Color HEX #B711B8 Deep Magenta

📋 copy color: '#B711B8'

red 183 ◦ green 17 ◦ blue 184

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

Shades of Deep Magenta #B711B8

Tints of Deep Magenta #B711B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 47.66%
G = 4.43%
B = 47.92%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B711B8 (or 0xB711B8) is known color: Deep Magenta. HEX triplet: B7, 11 and B8. RGB value is (183,17,184). Sum of RGB (Red+Green+Blue) = 183+17+184=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #B711B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711B8 is #48EE47. Grayscale: #555555. Windows color (decimal): -4779592 or 12063159. OLE color: 12063159.

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

Color convert

RGB 183 17 184 -
CMYK 0.01 0.91 0 0.28
HSL 299.64º 0.83% 0.39% -
HSV(B) 299.64º 0.91% 0.72% -
XYZ 28.38 13.93 46.54 -
YUV 85.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 183 17 184 0.01 0.91 0 0.28 299.64 0.83 0.39
Hex B7 11 B8 1 5B 0 1C 12C 53 27
Octal 267 21 270 1 133 0 34 454 123 47
Binary 10110111 10001 10111000 1 1011011 0 11100 100101100 1010011 100111

Color Harmonies of #B711B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711B8

Black with #B711B8

Text Example


Text Example

White with #B711B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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