Html Css Color HEX #B100DE Dark Violet

📋 copy color: '#B100DE'

red 177 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #B100DE

Tints of Dark Violet #B100DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.36%
G = 0%
B = 55.64%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B100DE (or 0xB100DE) is known color: Dark Violet. HEX triplet: B1, 00 and DE. RGB value is (177,0,222). Sum of RGB (Red+Green+Blue) = 177+0+222=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #B100DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100DE is #4EFF21. Grayscale: #4D4D4D. Windows color (decimal): -5177122 or 14549169. OLE color: 14549169.

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

Color convert

RGB 177 0 222 -
CMYK 0.20 1 0 0.13
HSL 287.84º 1% 0.44% -
HSV(B) 287.84º 1% 0.87% -
XYZ 31.32 14.62 70.28 -
YUV 78.23 209.14 198.45 -
System Red Green Blue C M Y K H S L
Decimal 177 0 222 0.20 1 0 0.13 287.84 1 0.44
Hex B1 0 DE 14 64 0 D 120 64 2C
Octal 261 0 336 24 144 0 15 440 144 54
Binary 10110001 0 11011110 10100 1100100 0 1101 100100000 1100100 101100

Color Harmonies of #B100DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100DE

Black with #B100DE

Text Example


Text Example

White with #B100DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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