Html Css Color HEX #B011DE Dark Violet

📋 copy color: '#B011DE'

red 176 ◦ green 17 ◦ blue 222

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

Shades of Dark Violet #B011DE

Tints of Dark Violet #B011DE

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 42.41%
G = 4.1%
B = 53.49%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B011DE (or 0xB011DE) is known color: Dark Violet. HEX triplet: B0, 11 and DE. RGB value is (176,17,222). Sum of RGB (Red+Green+Blue) = 176+17+222=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #B011DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011DE is #4FEE21. Grayscale: #575757. Windows color (decimal): -5238306 or 14553520. OLE color: 14553520.

HSL color Cylindrical-coordinate representation of color #B011DE: hue angle of 286.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011DE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 17 222 -
CMYK 0.21 0.92 0 0.13
HSL 286.54º 0.86% 0.47% -
HSV(B) 286.54º 0.92% 0.87% -
XYZ 31.29 14.9 70.34 -
YUV 87.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 176 17 222 0.21 0.92 0 0.13 286.54 0.86 0.47
Hex B0 11 DE 15 5C 0 D 11F 56 2F
Octal 260 21 336 25 134 0 15 437 126 57
Binary 10110000 10001 11011110 10101 1011100 0 1101 100011111 1010110 101111

Color Harmonies of #B011DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011DE

Black with #B011DE

Text Example


Text Example

White with #B011DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011DE; }

 p { color: rgb(176,17,222); }

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

background-color css

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

 a { background-color: rgb(176,17,222); }

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

border-color css

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

 span { border-color: rgb(176,17,222); }

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