#B217D6

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

Shades of Dark Violet #B217D6

Tints of Dark Violet #B217D6

Color information

#B217D6 (or 0xB217D6) is unknown color: approx Dark Violet. HEX triplet: B2, 17 and D6. RGB value is (178,23,214). Sum of RGB (Red+Green+Blue) = 178+23+214=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #B217D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217D6 is #4DE829. Grayscale: #5A5A5A. Windows color (decimal): -5105706 or 14030770. OLE color: 14030770.

HSL color Cylindrical-coordinate representation of color #B217D6: hue angle of 288.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B217D6 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17823214-
CMYK0.170.8900.16
HSL288.69º80.59%46.47%-
HSV(B)288.69º89.25%83.92%-
XYZ30.814.9364.88-
YUV91.12197.35189.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 23 (9.38% from 255) = 5.54%
BLUE value IS 214 (83.98% from 255) = 51.57%
R=42.89%
G=5.54%
B=51.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178232140.170.8900.16288.6980.5946.47
HexB217D61159010121512e
Octal262273262113102044112156
Binary1011001010111110101101000110110010100001001000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B217D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B217D6; }

 p { color: rgb(178,23,214); }

 H1.HeaderClassName
 {
   color: #B217D6;
 }
 .AnyTagClassName
 {
   color: #B217D6;
 }
</style>
background-color css

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

 a { background-color: rgb(178,23,214); }

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

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

 span { border-color: rgb(178,23,214); }

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