Html Css Color HEX #B314DC Dark Violet

📋 copy color: '#B314DC'

red 179 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #B314DC

Tints of Dark Violet #B314DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 42.72%
G = 4.77%
B = 52.51%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B314DC (or 0xB314DC) is known color: Dark Violet. HEX triplet: B3, 14 and DC. RGB value is (179,20,220). Sum of RGB (Red+Green+Blue) = 179+20+220=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B314DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314DC is #4CEB23. Grayscale: #595959. Windows color (decimal): -5040932 or 14423219. OLE color: 14423219.

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

Color convert

RGB 179 20 220 -
CMYK 0.19 0.91 0 0.14
HSL 287.7º 0.83% 0.47% -
HSV(B) 287.7º 0.91% 0.86% -
XYZ 31.76 15.25 68.98 -
YUV 90.34 201.18 191.24 -
System Red Green Blue C M Y K H S L
Decimal 179 20 220 0.19 0.91 0 0.14 287.7 0.83 0.47
Hex B3 14 DC 13 5B 0 E 120 53 2F
Octal 263 24 334 23 133 0 16 440 123 57
Binary 10110011 10100 11011100 10011 1011011 0 1110 100100000 1010011 101111

Color Harmonies of #B314DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314DC

Black with #B314DC

Text Example


Text Example

White with #B314DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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