#B075DB

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

Shades of Amethyst #B075DB

Tints of Amethyst #B075DB

Color information

#B075DB (or 0xB075DB) is unknown color: approx Amethyst. HEX triplet: B0, 75 and DB. RGB value is (176,117,219). Sum of RGB (Red+Green+Blue) = 176+117+219=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B075DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075DB is #4F8A24. Grayscale: #919191. Windows color (decimal): -5212709 or 14382512. OLE color: 14382512.

HSL color Cylindrical-coordinate representation of color #B075DB: hue angle of 274.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B075DB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176117219-
CMYK0.200.4700.14
HSL274.71º58.62%65.88%-
HSV(B)274.71º46.58%85.88%-
XYZ37.0527.0770.29-
YUV146.27169.05149.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=34.38%
G=22.85%
B=42.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761172190.200.4700.14274.7158.6265.88
HexB075DB142F0E1133b42
Octal260165333245701642373102
Binary1011000011101011101101110100101111011101000100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075DB; }

 p { color: rgb(176,117,219); }

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

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

 a { background-color: rgb(176,117,219); }

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

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

 span { border-color: rgb(176,117,219); }

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