Html Css Color HEX #B117D9 Dark Violet

📋 copy color: '#B117D9'

red 177 ◦ green 23 ◦ blue 217

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

Shades of Dark Violet #B117D9

Tints of Dark Violet #B117D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.04%

R = 42.45%
G = 5.52%
B = 52.04%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B117D9 (or 0xB117D9) is known color: Dark Violet. HEX triplet: B1, 17 and D9. RGB value is (177,23,217). Sum of RGB (Red+Green+Blue) = 177+23+217=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #B117D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117D9 is #4EE826. Grayscale: #5A5A5A. Windows color (decimal): -5171239 or 14227377. OLE color: 14227377.

HSL color Cylindrical-coordinate representation of color #B117D9: hue angle of 287.63º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B117D9 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 23 217 -
CMYK 0.18 0.89 0 0.15
HSL 287.63º 0.81% 0.47% -
HSV(B) 287.63º 0.89% 0.85% -
XYZ 30.96 14.97 66.9 -
YUV 91.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 177 23 217 0.18 0.89 0 0.15 287.63 0.81 0.47
Hex B1 17 D9 12 59 0 F 120 51 2F
Octal 261 27 331 22 131 0 17 440 121 57
Binary 10110001 10111 11011001 10010 1011001 0 1111 100100000 1010001 101111

Color Harmonies of #B117D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117D9

Black with #B117D9

Text Example


Text Example

White with #B117D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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