Html Css Color HEX #B711B2 Deep Magenta

📋 copy color: '#B711B2'

red 183 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #B711B2

Tints of Deep Magenta #B711B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.09%

R = 48.41%
G = 4.5%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B711B2 (or 0xB711B2) is known color: Deep Magenta. HEX triplet: B7, 11 and B2. RGB value is (183,17,178). Sum of RGB (Red+Green+Blue) = 183+17+178=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B711B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711B2 is #48EE4D. Grayscale: #545454. Windows color (decimal): -4779598 or 11669943. OLE color: 11669943.

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

Color convert

RGB 183 17 178 -
CMYK 0 0.91 0.03 0.28
HSL 301.81º 0.83% 0.39% -
HSV(B) 301.81º 0.91% 0.72% -
XYZ 27.76 13.68 43.3 -
YUV 84.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 183 17 178 0 0.91 0.03 0.28 301.81 0.83 0.39
Hex B7 11 B2 0 5B 3 1C 12E 53 27
Octal 267 21 262 0 133 3 34 456 123 47
Binary 10110111 10001 10110010 0 1011011 11 11100 100101110 1010011 100111

Color Harmonies of #B711B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711B2

Black with #B711B2

Text Example


Text Example

White with #B711B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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