Html Css Color HEX #B313DA Dark Violet

📋 copy color: '#B313DA'

red 179 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #B313DA

Tints of Dark Violet #B313DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.57%

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 43.03%
G = 4.57%
B = 52.4%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B313DA (or 0xB313DA) is known color: Dark Violet. HEX triplet: B3, 13 and DA. RGB value is (179,19,218). Sum of RGB (Red+Green+Blue) = 179+19+218=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B313DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313DA is #4CEC25. Grayscale: #585858. Windows color (decimal): -5041190 or 14291891. OLE color: 14291891.

HSL color Cylindrical-coordinate representation of color #B313DA: hue angle of 288.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313DA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 19 218 -
CMYK 0.18 0.91 0 0.15
HSL 288.24º 0.84% 0.46% -
HSV(B) 288.24º 0.91% 0.85% -
XYZ 31.48 15.11 67.59 -
YUV 89.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 179 19 218 0.18 0.91 0 0.15 288.24 0.84 0.46
Hex B3 13 DA 12 5B 0 F 120 54 2E
Octal 263 23 332 22 133 0 17 440 124 56
Binary 10110011 10011 11011010 10010 1011011 0 1111 100100000 1010100 101110

Color Harmonies of #B313DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313DA

Black with #B313DA

Text Example


Text Example

White with #B313DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313DA; }

 p { color: rgb(179,19,218); }

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

background-color css

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

 a { background-color: rgb(179,19,218); }

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

border-color css

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

 span { border-color: rgb(179,19,218); }

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