Html Css Color HEX #B318DC Dark Violet

📋 copy color: '#B318DC'

red 179 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #B318DC

Tints of Dark Violet #B318DC

RGB

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

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

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

R = 42.32%
G = 5.67%
B = 52.01%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B318DC (or 0xB318DC) is known color: Dark Violet. HEX triplet: B3, 18 and DC. RGB value is (179,24,220). Sum of RGB (Red+Green+Blue) = 179+24+220=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #B318DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318DC is #4CE723. Grayscale: #5C5C5C. Windows color (decimal): -5039908 or 14424243. OLE color: 14424243.

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

Color convert

RGB 179 24 220 -
CMYK 0.19 0.89 0 0.14
HSL 287.45º 0.8% 0.48% -
HSV(B) 287.45º 0.89% 0.86% -
XYZ 31.84 15.4 69.01 -
YUV 92.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 179 24 220 0.19 0.89 0 0.14 287.45 0.8 0.48
Hex B3 18 DC 13 59 0 E 11F 50 30
Octal 263 30 334 23 131 0 16 437 120 60
Binary 10110011 11000 11011100 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B318DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318DC

Black with #B318DC

Text Example


Text Example

White with #B318DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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