Html Css Color HEX #B116DF Dark Violet

📋 copy color: '#B116DF'

red 177 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #B116DF

Tints of Dark Violet #B116DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.21%

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

R = 41.94%
G = 5.21%
B = 52.84%

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

#B116DF (or 0xB116DF) is known color: Dark Violet. HEX triplet: B1, 16 and DF. RGB value is (177,22,223). Sum of RGB (Red+Green+Blue) = 177+22+223=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B116DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116DF is #4EE920. Grayscale: #5A5A5A. Windows color (decimal): -5171489 or 14620337. OLE color: 14620337.

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

Color convert

RGB 177 22 223 -
CMYK 0.21 0.90 0 0.13
HSL 286.27º 0.82% 0.48% -
HSV(B) 286.27º 0.9% 0.87% -
XYZ 31.74 15.25 71.08 -
YUV 91.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 177 22 223 0.21 0.90 0 0.13 286.27 0.82 0.48
Hex B1 16 DF 15 5A 0 D 11E 52 30
Octal 261 26 337 25 132 0 15 436 122 60
Binary 10110001 10110 11011111 10101 1011010 0 1101 100011110 1010010 110000

Color Harmonies of #B116DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116DF

Black with #B116DF

Text Example


Text Example

White with #B116DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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