Html Css Color HEX #B314DF Dark Violet

📋 copy color: '#B314DF'

red 179 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #B314DF

Tints of Dark Violet #B314DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.74%

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

R = 42.42%
G = 4.74%
B = 52.84%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B314DF (or 0xB314DF) is known color: Dark Violet. HEX triplet: B3, 14 and DF. RGB value is (179,20,223). Sum of RGB (Red+Green+Blue) = 179+20+223=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B314DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B314DF is #4CEB20. Grayscale: #5A5A5A. Windows color (decimal): -5040929 or 14619827. OLE color: 14619827.

HSL color Cylindrical-coordinate representation of color #B314DF: hue angle of 287º degrees, saturation: 0.84, 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 #B314DF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 20 223 -
CMYK 0.20 0.91 0 0.13
HSL 287º 0.84% 0.48% -
HSV(B) 287º 0.91% 0.87% -
XYZ 32.16 15.41 71.09 -
YUV 90.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 179 20 223 0.20 0.91 0 0.13 287 0.84 0.48
Hex B3 14 DF 14 5B 0 D 11F 54 30
Octal 263 24 337 24 133 0 15 437 124 60
Binary 10110011 10100 11011111 10100 1011011 0 1101 100011111 1010100 110000

Color Harmonies of #B314DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314DF

Black with #B314DF

Text Example


Text Example

White with #B314DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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