Html Css Color HEX #B313DD Dark Violet

📋 copy color: '#B313DD'

red 179 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #B313DD

Tints of Dark Violet #B313DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 42.72%
G = 4.53%
B = 52.74%

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

#B313DD (or 0xB313DD) is known color: Dark Violet. HEX triplet: B3, 13 and DD. RGB value is (179,19,221). Sum of RGB (Red+Green+Blue) = 179+19+221=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B313DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313DD is #4CEC22. Grayscale: #595959. Windows color (decimal): -5041187 or 14488499. OLE color: 14488499.

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

Color convert

RGB 179 19 221 -
CMYK 0.19 0.91 0 0.13
HSL 287.52º 0.84% 0.47% -
HSV(B) 287.52º 0.91% 0.87% -
XYZ 31.87 15.27 69.67 -
YUV 89.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 179 19 221 0.19 0.91 0 0.13 287.52 0.84 0.47
Hex B3 13 DD 13 5B 0 D 120 54 2F
Octal 263 23 335 23 133 0 15 440 124 57
Binary 10110011 10011 11011101 10011 1011011 0 1101 100100000 1010100 101111

Color Harmonies of #B313DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B313DD

Black with #B313DD

Text Example


Text Example

White with #B313DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B313DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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