Html Css Color HEX #B117D7 Dark Violet

📋 copy color: '#B117D7'

red 177 ◦ green 23 ◦ blue 215

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

Shades of Dark Violet #B117D7

Tints of Dark Violet #B117D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.81%

R = 42.65%
G = 5.54%
B = 51.81%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B117D7 (or 0xB117D7) is known color: Dark Violet. HEX triplet: B1, 17 and D7. RGB value is (177,23,215). Sum of RGB (Red+Green+Blue) = 177+23+215=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #B117D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117D7 is #4EE828. Grayscale: #5A5A5A. Windows color (decimal): -5171241 or 14096305. OLE color: 14096305.

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

Color convert

RGB 177 23 215 -
CMYK 0.18 0.89 0 0.16
HSL 288.13º 0.81% 0.47% -
HSV(B) 288.13º 0.89% 0.84% -
XYZ 30.7 14.87 65.54 -
YUV 90.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 177 23 215 0.18 0.89 0 0.16 288.13 0.81 0.47
Hex B1 17 D7 12 59 0 10 120 51 2F
Octal 261 27 327 22 131 0 20 440 121 57
Binary 10110001 10111 11010111 10010 1011001 0 10000 100100000 1010001 101111

Color Harmonies of #B117D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117D7

Black with #B117D7

Text Example


Text Example

White with #B117D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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