Html Css Color HEX #B311DC Dark Violet

📋 copy color: '#B311DC'

red 179 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #B311DC

Tints of Dark Violet #B311DC

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 43.03%
G = 4.09%
B = 52.88%

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

#B311DC (or 0xB311DC) is known color: Dark Violet. HEX triplet: B3, 11 and DC. RGB value is (179,17,220). Sum of RGB (Red+Green+Blue) = 179+17+220=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #B311DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311DC is #4CEE23. Grayscale: #575757. Windows color (decimal): -5041700 or 14422451. OLE color: 14422451.

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

Color convert

RGB 179 17 220 -
CMYK 0.19 0.92 0 0.14
HSL 287.88º 0.86% 0.46% -
HSV(B) 287.88º 0.92% 0.86% -
XYZ 31.71 15.15 68.96 -
YUV 88.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 179 17 220 0.19 0.92 0 0.14 287.88 0.86 0.46
Hex B3 11 DC 13 5C 0 E 120 56 2E
Octal 263 21 334 23 134 0 16 440 126 56
Binary 10110011 10001 11011100 10011 1011100 0 1110 100100000 1010110 101110

Color Harmonies of #B311DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311DC

Black with #B311DC

Text Example


Text Example

White with #B311DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311DC; }

 p { color: rgb(179,17,220); }

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

background-color css

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

 a { background-color: rgb(179,17,220); }

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

border-color css

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

 span { border-color: rgb(179,17,220); }

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