Html Css Color HEX #B315DE Dark Violet

📋 copy color: '#B315DE'

red 179 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #B315DE

Tints of Dark Violet #B315DE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

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

R = 42.42%
G = 4.98%
B = 52.61%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B315DE (or 0xB315DE) is known color: Dark Violet. HEX triplet: B3, 15 and DE. RGB value is (179,21,222). Sum of RGB (Red+Green+Blue) = 179+21+222=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #B315DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315DE is #4CEA21. Grayscale: #5A5A5A. Windows color (decimal): -5040674 or 14554547. OLE color: 14554547.

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

Color convert

RGB 179 21 222 -
CMYK 0.19 0.91 0 0.13
HSL 287.16º 0.83% 0.48% -
HSV(B) 287.16º 0.91% 0.87% -
XYZ 32.04 15.39 70.39 -
YUV 91.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 179 21 222 0.19 0.91 0 0.13 287.16 0.83 0.48
Hex B3 15 DE 13 5B 0 D 11F 53 30
Octal 263 25 336 23 133 0 15 437 123 60
Binary 10110011 10101 11011110 10011 1011011 0 1101 100011111 1010011 110000

Color Harmonies of #B315DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315DE

Black with #B315DE

Text Example


Text Example

White with #B315DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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