Html Css Color HEX #B711AF Deep Magenta

📋 copy color: '#B711AF'

red 183 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #B711AF

Tints of Deep Magenta #B711AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 48.8%
G = 4.53%
B = 46.67%

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

#B711AF (or 0xB711AF) is known color: Deep Magenta. HEX triplet: B7, 11 and AF. RGB value is (183,17,175). Sum of RGB (Red+Green+Blue) = 183+17+175=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B711AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711AF is #48EE50. Grayscale: #545454. Windows color (decimal): -4779601 or 11473335. OLE color: 11473335.

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

Color convert

RGB 183 17 175 -
CMYK 0 0.91 0.04 0.28
HSL 302.89º 0.83% 0.39% -
HSV(B) 302.89º 0.91% 0.72% -
XYZ 27.47 13.56 41.73 -
YUV 84.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 183 17 175 0 0.91 0.04 0.28 302.89 0.83 0.39
Hex B7 11 AF 0 5B 4 1C 12F 53 27
Octal 267 21 257 0 133 4 34 457 123 47
Binary 10110111 10001 10101111 0 1011011 100 11100 100101111 1010011 100111

Color Harmonies of #B711AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711AF

Black with #B711AF

Text Example


Text Example

White with #B711AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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