Html Css Color HEX #B117CE Deep Magenta

📋 copy color: '#B117CE'

red 177 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #B117CE

Tints of Deep Magenta #B117CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 43.6%
G = 5.67%
B = 50.74%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B117CE (or 0xB117CE) is known color: Deep Magenta. HEX triplet: B1, 17 and CE. RGB value is (177,23,206). Sum of RGB (Red+Green+Blue) = 177+23+206=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #B117CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117CE is #4EE831. Grayscale: #595959. Windows color (decimal): -5171250 or 13506481. OLE color: 13506481.

HSL color Cylindrical-coordinate representation of color #B117CE: hue angle of 290.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117CE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 23 206 -
CMYK 0.14 0.89 0 0.19
HSL 290.49º 0.8% 0.45% -
HSV(B) 290.49º 0.89% 0.81% -
XYZ 29.58 14.42 59.62 -
YUV 89.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 177 23 206 0.14 0.89 0 0.19 290.49 0.8 0.45
Hex B1 17 CE E 59 0 13 122 50 2D
Octal 261 27 316 16 131 0 23 442 120 55
Binary 10110001 10111 11001110 1110 1011001 0 10011 100100010 1010000 101101

Color Harmonies of #B117CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117CE

Black with #B117CE

Text Example


Text Example

White with #B117CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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