#B071CE

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

Shades of Amethyst #B071CE

Tints of Amethyst #B071CE

Color information

#B071CE (or 0xB071CE) is unknown color: approx Amethyst. HEX triplet: B0, 71 and CE. RGB value is (176,113,206). Sum of RGB (Red+Green+Blue) = 176+113+206=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B071CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CE is #4F8E31. Grayscale: #8E8E8E. Windows color (decimal): -5213746 or 13529520. OLE color: 13529520.

HSL color Cylindrical-coordinate representation of color #B071CE: hue angle of 280.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B071CE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176113206-
CMYK0.150.4500.19
HSL280.65º48.69%62.55%-
HSV(B)280.65º45.15%80.78%-
XYZ34.9525.561.47-
YUV142.44163.87151.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=35.56%
G=22.83%
B=41.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761132060.150.4500.19280.6548.6962.55
HexB071CEF2D013119313f
Octal26016131617550234316177
Binary101100001110001110011101111101101010011100011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071CE; }

 p { color: rgb(176,113,206); }

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

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

 a { background-color: rgb(176,113,206); }

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

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

 span { border-color: rgb(176,113,206); }

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