Html Css Color HEX #B211D9 Dark Violet

📋 copy color: '#B211D9'

red 178 ◦ green 17 ◦ blue 217

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

Shades of Dark Violet #B211D9

Tints of Dark Violet #B211D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.67%

R = 43.2%
G = 4.13%
B = 52.67%

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

#B211D9 (or 0xB211D9) is known color: Dark Violet. HEX triplet: B2, 11 and D9. RGB value is (178,17,217). Sum of RGB (Red+Green+Blue) = 178+17+217=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #B211D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211D9 is #4DEE26. Grayscale: #575757. Windows color (decimal): -5107239 or 14225842. OLE color: 14225842.

HSL color Cylindrical-coordinate representation of color #B211D9: hue angle of 288.3º 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 #B211D9 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 17 217 -
CMYK 0.18 0.92 0 0.15
HSL 288.3º 0.85% 0.46% -
HSV(B) 288.3º 0.92% 0.85% -
XYZ 31.08 14.88 66.88 -
YUV 87.94 200.84 192.24 -
System Red Green Blue C M Y K H S L
Decimal 178 17 217 0.18 0.92 0 0.15 288.3 0.85 0.46
Hex B2 11 D9 12 5C 0 F 120 55 2E
Octal 262 21 331 22 134 0 17 440 125 56
Binary 10110010 10001 11011001 10010 1011100 0 1111 100100000 1010101 101110

Color Harmonies of #B211D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211D9

Black with #B211D9

Text Example


Text Example

White with #B211D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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