Html Css Color HEX #B318DF Dark Violet

📋 copy color: '#B318DF'

red 179 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #B318DF

Tints of Dark Violet #B318DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

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

R = 42.02%
G = 5.63%
B = 52.35%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B318DF (or 0xB318DF) is known color: Dark Violet. HEX triplet: B3, 18 and DF. RGB value is (179,24,223). Sum of RGB (Red+Green+Blue) = 179+24+223=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B318DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318DF is #4CE720. Grayscale: #5C5C5C. Windows color (decimal): -5039905 or 14620851. OLE color: 14620851.

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

Color convert

RGB 179 24 223 -
CMYK 0.20 0.89 0 0.13
HSL 286.73º 0.81% 0.48% -
HSV(B) 286.73º 0.89% 0.87% -
XYZ 32.24 15.56 71.12 -
YUV 93.03 201.35 189.32 -
System Red Green Blue C M Y K H S L
Decimal 179 24 223 0.20 0.89 0 0.13 286.73 0.81 0.48
Hex B3 18 DF 14 59 0 D 11F 51 30
Octal 263 30 337 24 131 0 15 437 121 60
Binary 10110011 11000 11011111 10100 1011001 0 1101 100011111 1010001 110000

Color Harmonies of #B318DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318DF

Black with #B318DF

Text Example


Text Example

White with #B318DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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