Html Css Color HEX #B117BF Deep Magenta

📋 copy color: '#B117BF'

red 177 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #B117BF

Tints of Deep Magenta #B117BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 45.27%
G = 5.88%
B = 48.85%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B117BF (or 0xB117BF) is known color: Deep Magenta. HEX triplet: B1, 17 and BF. RGB value is (177,23,191). Sum of RGB (Red+Green+Blue) = 177+23+191=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #B117BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117BF is #4EE840. Grayscale: #575757. Windows color (decimal): -5171265 or 12523441. OLE color: 12523441.

HSL color Cylindrical-coordinate representation of color #B117BF: hue angle of 295º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B117BF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 23 191 -
CMYK 0.07 0.88 0 0.25
HSL 295º 0.79% 0.42% -
HSV(B) 295º 0.88% 0.75% -
XYZ 27.84 13.72 50.47 -
YUV 88.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 177 23 191 0.07 0.88 0 0.25 295 0.79 0.42
Hex B1 17 BF 7 58 0 19 127 4F 2A
Octal 261 27 277 7 130 0 31 447 117 52
Binary 10110001 10111 10111111 111 1011000 0 11001 100100111 1001111 101010

Color Harmonies of #B117BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117BF

Black with #B117BF

Text Example


Text Example

White with #B117BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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