Html Css Color HEX #B318DB Dark Violet

📋 copy color: '#B318DB'

red 179 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #B318DB

Tints of Dark Violet #B318DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 42.42%
G = 5.69%
B = 51.9%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B318DB (or 0xB318DB) is known color: Dark Violet. HEX triplet: B3, 18 and DB. RGB value is (179,24,219). Sum of RGB (Red+Green+Blue) = 179+24+219=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B318DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318DB is #4CE724. Grayscale: #5B5B5B. Windows color (decimal): -5039909 or 14358707. OLE color: 14358707.

HSL color Cylindrical-coordinate representation of color #B318DB: hue angle of 287.69º 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 #B318DB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 24 219 -
CMYK 0.18 0.89 0 0.14
HSL 287.69º 0.8% 0.48% -
HSV(B) 287.69º 0.89% 0.86% -
XYZ 31.7 15.35 68.31 -
YUV 92.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 179 24 219 0.18 0.89 0 0.14 287.69 0.8 0.48
Hex B3 18 DB 12 59 0 E 120 50 30
Octal 263 30 333 22 131 0 16 440 120 60
Binary 10110011 11000 11011011 10010 1011001 0 1110 100100000 1010000 110000

Color Harmonies of #B318DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318DB

Black with #B318DB

Text Example


Text Example

White with #B318DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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