Html Css Color HEX #B310DD Dark Violet

📋 copy color: '#B310DD'

red 179 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #B310DD

Tints of Dark Violet #B310DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.85%

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

R = 43.03%
G = 3.85%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B310DD (or 0xB310DD) is known color: Dark Violet. HEX triplet: B3, 10 and DD. RGB value is (179,16,221). Sum of RGB (Red+Green+Blue) = 179+16+221=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B310DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310DD is #4CEF22. Grayscale: #575757. Windows color (decimal): -5041955 or 14487731. OLE color: 14487731.

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

Color convert

RGB 179 16 221 -
CMYK 0.19 0.93 0 0.13
HSL 287.71º 0.86% 0.46% -
HSV(B) 287.71º 0.93% 0.87% -
XYZ 31.83 15.17 69.66 -
YUV 88.11 203 192.83 -
System Red Green Blue C M Y K H S L
Decimal 179 16 221 0.19 0.93 0 0.13 287.71 0.86 0.46
Hex B3 10 DD 13 5D 0 D 120 56 2E
Octal 263 20 335 23 135 0 15 440 126 56
Binary 10110011 10000 11011101 10011 1011101 0 1101 100100000 1010110 101110

Color Harmonies of #B310DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310DD

Black with #B310DD

Text Example


Text Example

White with #B310DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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