Html Css Color HEX #B100DB Dark Violet

📋 copy color: '#B100DB'

red 177 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #B100DB

Tints of Dark Violet #B100DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 44.7%
G = 0%
B = 55.3%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B100DB (or 0xB100DB) is known color: Dark Violet. HEX triplet: B1, 00 and DB. RGB value is (177,0,219). Sum of RGB (Red+Green+Blue) = 177+0+219=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #B100DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100DB is #4EFF24. Grayscale: #4D4D4D. Windows color (decimal): -5177125 or 14352561. OLE color: 14352561.

HSL color Cylindrical-coordinate representation of color #B100DB: hue angle of 288.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100DB is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 0 219 -
CMYK 0.19 1 0 0.14
HSL 288.49º 1% 0.43% -
HSV(B) 288.49º 1% 0.86% -
XYZ 30.92 14.46 68.18 -
YUV 77.89 207.64 198.69 -
System Red Green Blue C M Y K H S L
Decimal 177 0 219 0.19 1 0 0.14 288.49 1 0.43
Hex B1 0 DB 13 64 0 E 120 64 2B
Octal 261 0 333 23 144 0 16 440 144 53
Binary 10110001 0 11011011 10011 1100100 0 1110 100100000 1100100 101011

Color Harmonies of #B100DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100DB

Black with #B100DB

Text Example


Text Example

White with #B100DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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