Html Css Color HEX #B116DC Dark Violet

📋 copy color: '#B116DC'

red 177 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #B116DC

Tints of Dark Violet #B116DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 42.24%
G = 5.25%
B = 52.51%

CMYK

 C value IS 0.20

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B116DC (or 0xB116DC) is known color: Dark Violet. HEX triplet: B1, 16 and DC. RGB value is (177,22,220). Sum of RGB (Red+Green+Blue) = 177+22+220=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B116DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116DC is #4EE923. Grayscale: #5A5A5A. Windows color (decimal): -5171492 or 14423729. OLE color: 14423729.

HSL color Cylindrical-coordinate representation of color #B116DC: hue angle of 286.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B116DC is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 22 220 -
CMYK 0.20 0.9 0 0.14
HSL 286.97º 0.82% 0.47% -
HSV(B) 286.97º 0.9% 0.86% -
XYZ 31.34 15.09 68.97 -
YUV 90.92 200.85 189.4 -
System Red Green Blue C M Y K H S L
Decimal 177 22 220 0.20 0.9 0 0.14 286.97 0.82 0.47
Hex B1 16 DC 14 5A 0 E 11F 52 2F
Octal 261 26 334 24 132 0 16 437 122 57
Binary 10110001 10110 11011100 10100 1011010 0 1110 100011111 1010010 101111

Color Harmonies of #B116DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116DC

Black with #B116DC

Text Example


Text Example

White with #B116DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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