Html Css Color HEX #B115DE Dark Violet

📋 copy color: '#B115DE'

red 177 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #B115DE

Tints of Dark Violet #B115DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 42.14%
G = 5%
B = 52.86%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B115DE (or 0xB115DE) is known color: Dark Violet. HEX triplet: B1, 15 and DE. RGB value is (177,21,222). Sum of RGB (Red+Green+Blue) = 177+21+222=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #B115DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DE is #4EEA21. Grayscale: #595959. Windows color (decimal): -5171746 or 14554545. OLE color: 14554545.

HSL color Cylindrical-coordinate representation of color #B115DE: hue angle of 286.57º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B115DE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 21 222 -
CMYK 0.20 0.91 0 0.13
HSL 286.57º 0.83% 0.48% -
HSV(B) 286.57º 0.91% 0.87% -
XYZ 31.58 15.16 70.37 -
YUV 90.56 202.18 189.66 -
System Red Green Blue C M Y K H S L
Decimal 177 21 222 0.20 0.91 0 0.13 286.57 0.83 0.48
Hex B1 15 DE 14 5B 0 D 11F 53 30
Octal 261 25 336 24 133 0 15 437 123 60
Binary 10110001 10101 11011110 10100 1011011 0 1101 100011111 1010011 110000

Color Harmonies of #B115DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115DE

Black with #B115DE

Text Example


Text Example

White with #B115DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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