#B417DE

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

Shades of Dark Violet #B417DE

Tints of Dark Violet #B417DE

Color information

#B417DE (or 0xB417DE) is unknown color: approx Dark Violet. HEX triplet: B4, 17 and DE. RGB value is (180,23,222). Sum of RGB (Red+Green+Blue) = 180+23+222=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #B417DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417DE is #4BE821. Grayscale: #5B5B5B. Windows color (decimal): -4974626 or 14555060. OLE color: 14555060.

HSL color Cylindrical-coordinate representation of color #B417DE: hue angle of 287.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B417DE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18023222-
CMYK0.190.9000.13
HSL287.34º81.22%48.04%-
HSV(B)287.34º89.64%87.06%-
XYZ32.3115.5970.41-
YUV92.63201.01190.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 23 (9.38% from 255) = 5.41%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=42.35%
G=5.41%
B=52.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180232220.190.9000.13287.3481.2248.04
HexB417DE135A0D11f5130
Octal264273362313201543712160
Binary101101001011111011110100111011010011011000111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B417DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B417DE; }

 p { color: rgb(180,23,222); }

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

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

 a { background-color: rgb(180,23,222); }

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

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

 span { border-color: rgb(180,23,222); }

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