Html Css Color HEX #B117B5 Deep Magenta

📋 copy color: '#B117B5'

red 177 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #B117B5

Tints of Deep Magenta #B117B5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

 BLUE value IS 181 (71.09% from 255) = 47.51%

R = 46.46%
G = 6.04%
B = 47.51%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B117B5 (or 0xB117B5) is known color: Deep Magenta. HEX triplet: B1, 17 and B5. RGB value is (177,23,181). Sum of RGB (Red+Green+Blue) = 177+23+181=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #B117B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117B5 is #4EE84A. Grayscale: #565656. Windows color (decimal): -5171275 or 11868081. OLE color: 11868081.

HSL color Cylindrical-coordinate representation of color #B117B5: hue angle of 298.48º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B117B5 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 23 181 -
CMYK 0.02 0.87 0 0.29
HSL 298.48º 0.77% 0.4% -
HSV(B) 298.48º 0.87% 0.71% -
XYZ 26.78 13.3 44.87 -
YUV 87.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 177 23 181 0.02 0.87 0 0.29 298.48 0.77 0.4
Hex B1 17 B5 2 57 0 1D 12A 4D 28
Octal 261 27 265 2 127 0 35 452 115 50
Binary 10110001 10111 10110101 10 1010111 0 11101 100101010 1001101 101000

Color Harmonies of #B117B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117B5

Black with #B117B5

Text Example


Text Example

White with #B117B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117B5; }

 p { color: rgb(177,23,181); }

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

background-color css

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

 a { background-color: rgb(177,23,181); }

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

border-color css

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

 span { border-color: rgb(177,23,181); }

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