Html Css Color HEX #B211D8 Dark Violet

📋 copy color: '#B211D8'

red 178 ◦ green 17 ◦ blue 216

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

Shades of Dark Violet #B211D8

Tints of Dark Violet #B211D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.55%

R = 43.31%
G = 4.14%
B = 52.55%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B211D8 (or 0xB211D8) is known color: Dark Violet. HEX triplet: B2, 11 and D8. RGB value is (178,17,216). Sum of RGB (Red+Green+Blue) = 178+17+216=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #B211D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211D8 is #4DEE27. Grayscale: #575757. Windows color (decimal): -5107240 or 14160306. OLE color: 14160306.

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

Color convert

RGB 178 17 216 -
CMYK 0.18 0.92 0 0.15
HSL 288.54º 0.85% 0.46% -
HSV(B) 288.54º 0.92% 0.85% -
XYZ 30.96 14.82 66.2 -
YUV 87.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 178 17 216 0.18 0.92 0 0.15 288.54 0.85 0.46
Hex B2 11 D8 12 5C 0 F 121 55 2E
Octal 262 21 330 22 134 0 17 441 125 56
Binary 10110010 10001 11011000 10010 1011100 0 1111 100100001 1010101 101110

Color Harmonies of #B211D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211D8

Black with #B211D8

Text Example


Text Example

White with #B211D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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