Html Css Color HEX #B317DD Dark Violet

📋 copy color: '#B317DD'

red 179 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #B317DD

Tints of Dark Violet #B317DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 42.32%
G = 5.44%
B = 52.25%

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

#B317DD (or 0xB317DD) is known color: Dark Violet. HEX triplet: B3, 17 and DD. RGB value is (179,23,221). Sum of RGB (Red+Green+Blue) = 179+23+221=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B317DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317DD is #4CE822. Grayscale: #5B5B5B. Windows color (decimal): -5040163 or 14489523. OLE color: 14489523.

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

Color convert

RGB 179 23 221 -
CMYK 0.19 0.90 0 0.13
HSL 287.27º 0.81% 0.48% -
HSV(B) 287.27º 0.9% 0.87% -
XYZ 31.95 15.42 69.7 -
YUV 92.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 179 23 221 0.19 0.90 0 0.13 287.27 0.81 0.48
Hex B3 17 DD 13 5A 0 D 11F 51 30
Octal 263 27 335 23 132 0 15 437 121 60
Binary 10110011 10111 11011101 10011 1011010 0 1101 100011111 1010001 110000

Color Harmonies of #B317DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317DD

Black with #B317DD

Text Example


Text Example

White with #B317DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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