Html Css Color HEX #B115AF Deep Magenta

📋 copy color: '#B115AF'

red 177 ◦ green 21 ◦ blue 175

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

Shades of Deep Magenta #B115AF

Tints of Deep Magenta #B115AF

RGB

 RED value IS 177 (69.53% from 255) = 47.45%

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 47.45%
G = 5.63%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B115AF (or 0xB115AF) is known color: Deep Magenta. HEX triplet: B1, 15 and AF. RGB value is (177,21,175). Sum of RGB (Red+Green+Blue) = 177+21+175=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B115AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115AF is #4EEA50. Grayscale: #545454. Windows color (decimal): -5171793 or 11474353. OLE color: 11474353.

HSL color Cylindrical-coordinate representation of color #B115AF: hue angle of 300.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115AF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 175 -
CMYK 0 0.88 0.01 0.31
HSL 300.77º 0.79% 0.39% -
HSV(B) 300.77º 0.88% 0.69% -
XYZ 26.14 12.98 41.68 -
YUV 85.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 177 21 175 0 0.88 0.01 0.31 300.77 0.79 0.39
Hex B1 15 AF 0 58 1 1F 12D 4F 27
Octal 261 25 257 0 130 1 37 455 117 47
Binary 10110001 10101 10101111 0 1011000 1 11111 100101101 1001111 100111

Color Harmonies of #B115AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115AF

Black with #B115AF

Text Example


Text Example

White with #B115AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115AF; }

 p { color: rgb(177,21,175); }

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

background-color css

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

 a { background-color: rgb(177,21,175); }

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

border-color css

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

 span { border-color: rgb(177,21,175); }

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