Html Css Color HEX #B317DE Dark Violet

📋 copy color: '#B317DE'

red 179 ◦ green 23 ◦ blue 222

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

Shades of Dark Violet #B317DE

Tints of Dark Violet #B317DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 42.22%
G = 5.42%
B = 52.36%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B317DE (or 0xB317DE) is known color: Dark Violet. HEX triplet: B3, 17 and DE. RGB value is (179,23,222). Sum of RGB (Red+Green+Blue) = 179+23+222=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #B317DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317DE is #4CE821. Grayscale: #5B5B5B. Windows color (decimal): -5040162 or 14555059. OLE color: 14555059.

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

Color convert

RGB 179 23 222 -
CMYK 0.19 0.90 0 0.13
HSL 287.04º 0.81% 0.48% -
HSV(B) 287.04º 0.9% 0.87% -
XYZ 32.08 15.47 70.4 -
YUV 92.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 179 23 222 0.19 0.90 0 0.13 287.04 0.81 0.48
Hex B3 17 DE 13 5A 0 D 11F 51 30
Octal 263 27 336 23 132 0 15 437 121 60
Binary 10110011 10111 11011110 10011 1011010 0 1101 100011111 1010001 110000

Color Harmonies of #B317DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317DE

Black with #B317DE

Text Example


Text Example

White with #B317DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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