#B075D7

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

Shades of Amethyst #B075D7

Tints of Amethyst #B075D7

Color information

#B075D7 (or 0xB075D7) is unknown color: approx Amethyst. HEX triplet: B0, 75 and D7. RGB value is (176,117,215). Sum of RGB (Red+Green+Blue) = 176+117+215=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #B075D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075D7 is #4F8A28. Grayscale: #919191. Windows color (decimal): -5212713 or 14120368. OLE color: 14120368.

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

Color convert

RGB176117215-
CMYK0.180.4600.16
HSL276.12º55.06%65.1%-
HSV(B)276.12º45.58%84.31%-
XYZ36.5326.8667.55-
YUV145.81167.05149.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=34.65%
G=23.03%
B=42.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761172150.180.4600.16276.1255.0665.1
HexB075D7122E0101143741
Octal260165327225602042467101
Binary10110000111010111010111100101011100100001000101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075D7; }

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

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

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

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

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

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

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

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