#B310DD

Color #B310DD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #B310DD

Tints of Dark Violet #B310DD

Color information

#B310DD (or 0xB310DD) is unknown color: approx 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

RGB17916221-
CMYK0.190.9300.13
HSL287.71º86.5%46.47%-
HSV(B)287.71º92.76%86.67%-
XYZ31.8315.1769.66-
YUV88.11203192.83-

RGB Variations

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

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.12%
R=43.03%
G=3.85%
B=53.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179162210.190.9300.13287.7186.546.47
HexB310DD135D0D120562e
Octal263203352313501544012656
Binary101100111000011011101100111011101011011001000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>