Html Css Color HEX #B115DC Dark Violet

📋 copy color: '#B115DC'

red 177 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #B115DC

Tints of Dark Violet #B115DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 42.34%
G = 5.02%
B = 52.63%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B115DC (or 0xB115DC) is known color: Dark Violet. HEX triplet: B1, 15 and DC. RGB value is (177,21,220). Sum of RGB (Red+Green+Blue) = 177+21+220=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B115DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DC is #4EEA23. Grayscale: #595959. Windows color (decimal): -5171748 or 14423473. OLE color: 14423473.

HSL color Cylindrical-coordinate representation of color #B115DC: hue angle of 287.04º degrees, saturation: 0.83, 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 #B115DC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 21 220 -
CMYK 0.20 0.90 0 0.14
HSL 287.04º 0.83% 0.47% -
HSV(B) 287.04º 0.9% 0.86% -
XYZ 31.32 15.05 68.96 -
YUV 90.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 177 21 220 0.20 0.90 0 0.14 287.04 0.83 0.47
Hex B1 15 DC 14 5A 0 E 11F 53 2F
Octal 261 25 334 24 132 0 16 437 123 57
Binary 10110001 10101 11011100 10100 1011010 0 1110 100011111 1010011 101111

Color Harmonies of #B115DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115DC

Black with #B115DC

Text Example


Text Example

White with #B115DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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