Html Css Color HEX #B211DB Dark Violet

📋 copy color: '#B211DB'

red 178 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #B211DB

Tints of Dark Violet #B211DB

RGB

 RED value IS 178 (69.92% from 255) = 43%

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

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

R = 43%
G = 4.11%
B = 52.9%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B211DB (or 0xB211DB) is known color: Dark Violet. HEX triplet: B2, 11 and DB. RGB value is (178,17,219). Sum of RGB (Red+Green+Blue) = 178+17+219=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B211DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211DB is #4DEE24. Grayscale: #575757. Windows color (decimal): -5107237 or 14356914. OLE color: 14356914.

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

Color convert

RGB 178 17 219 -
CMYK 0.19 0.92 0 0.14
HSL 287.82º 0.86% 0.46% -
HSV(B) 287.82º 0.92% 0.86% -
XYZ 31.35 14.98 68.26 -
YUV 88.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 178 17 219 0.19 0.92 0 0.14 287.82 0.86 0.46
Hex B2 11 DB 13 5C 0 E 120 56 2E
Octal 262 21 333 23 134 0 16 440 126 56
Binary 10110010 10001 11011011 10011 1011100 0 1110 100100000 1010110 101110

Color Harmonies of #B211DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211DB

Black with #B211DB

Text Example


Text Example

White with #B211DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211DB; }

 p { color: rgb(178,17,219); }

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

background-color css

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

 a { background-color: rgb(178,17,219); }

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

border-color css

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

 span { border-color: rgb(178,17,219); }

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