Html Css Color HEX #B317DC Dark Violet

📋 copy color: '#B317DC'

red 179 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #B317DC

Tints of Dark Violet #B317DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

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

R = 42.42%
G = 5.45%
B = 52.13%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B317DC (or 0xB317DC) is known color: Dark Violet. HEX triplet: B3, 17 and DC. RGB value is (179,23,220). Sum of RGB (Red+Green+Blue) = 179+23+220=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B317DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317DC is #4CE823. Grayscale: #5B5B5B. Windows color (decimal): -5040164 or 14423987. OLE color: 14423987.

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

Color convert

RGB 179 23 220 -
CMYK 0.19 0.90 0 0.14
HSL 287.51º 0.81% 0.48% -
HSV(B) 287.51º 0.9% 0.86% -
XYZ 31.82 15.36 69 -
YUV 92.1 200.18 189.98 -
System Red Green Blue C M Y K H S L
Decimal 179 23 220 0.19 0.90 0 0.14 287.51 0.81 0.48
Hex B3 17 DC 13 5A 0 E 120 51 30
Octal 263 27 334 23 132 0 16 440 121 60
Binary 10110011 10111 11011100 10011 1011010 0 1110 100100000 1010001 110000

Color Harmonies of #B317DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317DC

Black with #B317DC

Text Example


Text Example

White with #B317DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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