Html Css Color HEX #B315DC Dark Violet

📋 copy color: '#B315DC'

red 179 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #B315DC

Tints of Dark Violet #B315DC

RGB

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

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

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

R = 42.62%
G = 5%
B = 52.38%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B315DC (or 0xB315DC) is known color: Dark Violet. HEX triplet: B3, 15 and DC. RGB value is (179,21,220). Sum of RGB (Red+Green+Blue) = 179+21+220=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B315DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315DC is #4CEA23. Grayscale: #5A5A5A. Windows color (decimal): -5040676 or 14423475. OLE color: 14423475.

HSL color Cylindrical-coordinate representation of color #B315DC: hue angle of 287.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B315DC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 21 220 -
CMYK 0.19 0.90 0 0.14
HSL 287.64º 0.83% 0.47% -
HSV(B) 287.64º 0.9% 0.86% -
XYZ 31.78 15.29 68.99 -
YUV 90.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 179 21 220 0.19 0.90 0 0.14 287.64 0.83 0.47
Hex B3 15 DC 13 5A 0 E 120 53 2F
Octal 263 25 334 23 132 0 16 440 123 57
Binary 10110011 10101 11011100 10011 1011010 0 1110 100100000 1010011 101111

Color Harmonies of #B315DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315DC

Black with #B315DC

Text Example


Text Example

White with #B315DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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