Html Css Color HEX #B117DE Dark Violet

📋 copy color: '#B117DE'

red 177 ◦ green 23 ◦ blue 222

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

Shades of Dark Violet #B117DE

Tints of Dark Violet #B117DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 41.94%
G = 5.45%
B = 52.61%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B117DE (or 0xB117DE) is known color: Dark Violet. HEX triplet: B1, 17 and DE. RGB value is (177,23,222). Sum of RGB (Red+Green+Blue) = 177+23+222=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #B117DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117DE is #4EE821. Grayscale: #5B5B5B. Windows color (decimal): -5171234 or 14555057. OLE color: 14555057.

HSL color Cylindrical-coordinate representation of color #B117DE: hue angle of 286.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B117DE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 23 222 -
CMYK 0.20 0.90 0 0.13
HSL 286.43º 0.81% 0.48% -
HSV(B) 286.43º 0.9% 0.87% -
XYZ 31.62 15.23 70.38 -
YUV 91.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 177 23 222 0.20 0.90 0 0.13 286.43 0.81 0.48
Hex B1 17 DE 14 5A 0 D 11E 51 30
Octal 261 27 336 24 132 0 15 436 121 60
Binary 10110001 10111 11011110 10100 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #B117DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117DE

Black with #B117DE

Text Example


Text Example

White with #B117DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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