Html Css Color HEX #B211DA Dark Violet

📋 copy color: '#B211DA'

red 178 ◦ green 17 ◦ blue 218

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

Shades of Dark Violet #B211DA

Tints of Dark Violet #B211DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 43.1%
G = 4.12%
B = 52.78%

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

#B211DA (or 0xB211DA) is known color: Dark Violet. HEX triplet: B2, 11 and DA. RGB value is (178,17,218). Sum of RGB (Red+Green+Blue) = 178+17+218=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B211DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211DA is #4DEE25. Grayscale: #575757. Windows color (decimal): -5107238 or 14291378. OLE color: 14291378.

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

Color convert

RGB 178 17 218 -
CMYK 0.18 0.92 0 0.15
HSL 288.06º 0.86% 0.46% -
HSV(B) 288.06º 0.92% 0.85% -
XYZ 31.22 14.93 67.57 -
YUV 88.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 178 17 218 0.18 0.92 0 0.15 288.06 0.86 0.46
Hex B2 11 DA 12 5C 0 F 120 56 2E
Octal 262 21 332 22 134 0 17 440 126 56
Binary 10110010 10001 11011010 10010 1011100 0 1111 100100000 1010110 101110

Color Harmonies of #B211DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211DA

Black with #B211DA

Text Example


Text Example

White with #B211DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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