#B075D0

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

Shades of Amethyst #B075D0

Tints of Amethyst #B075D0

Color information

#B075D0 (or 0xB075D0) is unknown color: approx Amethyst. HEX triplet: B0, 75 and D0. RGB value is (176,117,208). Sum of RGB (Red+Green+Blue) = 176+117+208=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #B075D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075D0 is #4F8A2F. Grayscale: #909090. Windows color (decimal): -5212720 or 13661616. OLE color: 13661616.

HSL color Cylindrical-coordinate representation of color #B075D0: hue angle of 278.9º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B075D0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176117208-
CMYK0.150.4400.18
HSL278.9º49.19%63.73%-
HSV(B)278.9º43.75%81.57%-
XYZ35.6526.5162.91-
YUV145.01163.55150.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=35.13%
G=23.35%
B=41.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761172080.150.4400.18278.949.1963.73
HexB075D0F2C0121173140
Octal260165320175402242761100
Binary1011000011101011101000011111011000100101000101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075D0; }

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

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

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

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

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

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

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

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