Html Css Color HEX #B317DF Dark Violet

📋 copy color: '#B317DF'

red 179 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #B317DF

Tints of Dark Violet #B317DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 42.12%
G = 5.41%
B = 52.47%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B317DF (or 0xB317DF) is known color: Dark Violet. HEX triplet: B3, 17 and DF. RGB value is (179,23,223). Sum of RGB (Red+Green+Blue) = 179+23+223=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B317DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317DF is #4CE820. Grayscale: #5B5B5B. Windows color (decimal): -5040161 or 14620595. OLE color: 14620595.

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

Color convert

RGB 179 23 223 -
CMYK 0.20 0.90 0 0.13
HSL 286.8º 0.81% 0.48% -
HSV(B) 286.8º 0.9% 0.87% -
XYZ 32.22 15.52 71.11 -
YUV 92.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 179 23 223 0.20 0.90 0 0.13 286.8 0.81 0.48
Hex B3 17 DF 14 5A 0 D 11F 51 30
Octal 263 27 337 24 132 0 15 437 121 60
Binary 10110011 10111 11011111 10100 1011010 0 1101 100011111 1010001 110000

Color Harmonies of #B317DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317DF

Black with #B317DF

Text Example


Text Example

White with #B317DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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