Html Css Color HEX #B117DF Dark Violet

📋 copy color: '#B117DF'

red 177 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #B117DF

Tints of Dark Violet #B117DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 41.84%
G = 5.44%
B = 52.72%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B117DF (or 0xB117DF) is known color: Dark Violet. HEX triplet: B1, 17 and DF. RGB value is (177,23,223). Sum of RGB (Red+Green+Blue) = 177+23+223=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B117DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117DF is #4EE820. Grayscale: #5B5B5B. Windows color (decimal): -5171233 or 14620593. OLE color: 14620593.

HSL color Cylindrical-coordinate representation of color #B117DF: hue angle of 286.2º 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 #B117DF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 23 223 -
CMYK 0.21 0.90 0 0.13
HSL 286.2º 0.81% 0.48% -
HSV(B) 286.2º 0.9% 0.87% -
XYZ 31.76 15.29 71.09 -
YUV 91.85 202.02 188.74 -
System Red Green Blue C M Y K H S L
Decimal 177 23 223 0.21 0.90 0 0.13 286.2 0.81 0.48
Hex B1 17 DF 15 5A 0 D 11E 51 30
Octal 261 27 337 25 132 0 15 436 121 60
Binary 10110001 10111 11011111 10101 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #B117DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117DF

Black with #B117DF

Text Example


Text Example

White with #B117DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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