Html Css Color HEX #B310DC Dark Violet

📋 copy color: '#B310DC'

red 179 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #B310DC

Tints of Dark Violet #B310DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 43.13%
G = 3.86%
B = 53.01%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B310DC (or 0xB310DC) is known color: Dark Violet. HEX triplet: B3, 10 and DC. RGB value is (179,16,220). Sum of RGB (Red+Green+Blue) = 179+16+220=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B310DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310DC is #4CEF23. Grayscale: #575757. Windows color (decimal): -5041956 or 14422195. OLE color: 14422195.

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

Color convert

RGB 179 16 220 -
CMYK 0.19 0.93 0 0.14
HSL 287.94º 0.86% 0.46% -
HSV(B) 287.94º 0.93% 0.86% -
XYZ 31.69 15.12 68.96 -
YUV 87.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 179 16 220 0.19 0.93 0 0.14 287.94 0.86 0.46
Hex B3 10 DC 13 5D 0 E 120 56 2E
Octal 263 20 334 23 135 0 16 440 126 56
Binary 10110011 10000 11011100 10011 1011101 0 1110 100100000 1010110 101110

Color Harmonies of #B310DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310DC

Black with #B310DC

Text Example


Text Example

White with #B310DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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