Html Css Color HEX #B011AF Deep Magenta

📋 copy color: '#B011AF'

red 176 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #B011AF

Tints of Deep Magenta #B011AF

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

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

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

R = 47.83%
G = 4.62%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B011AF (or 0xB011AF) is known color: Deep Magenta. HEX triplet: B0, 11 and AF. RGB value is (176,17,175). Sum of RGB (Red+Green+Blue) = 176+17+175=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B011AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011AF is #4FEE50. Grayscale: #525252. Windows color (decimal): -5238353 or 11473328. OLE color: 11473328.

HSL color Cylindrical-coordinate representation of color #B011AF: hue angle of 300.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B011AF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 175 -
CMYK 0 0.90 0.01 0.31
HSL 300.38º 0.82% 0.38% -
HSV(B) 300.38º 0.9% 0.69% -
XYZ 25.84 12.73 41.65 -
YUV 82.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 176 17 175 0 0.90 0.01 0.31 300.38 0.82 0.38
Hex B0 11 AF 0 5A 1 1F 12C 52 26
Octal 260 21 257 0 132 1 37 454 122 46
Binary 10110000 10001 10101111 0 1011010 1 11111 100101100 1010010 100110

Color Harmonies of #B011AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011AF

Black with #B011AF

Text Example


Text Example

White with #B011AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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