#B071CB

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

Shades of Amethyst #B071CB

Tints of Amethyst #B071CB

Color information

#B071CB (or 0xB071CB) is unknown color: approx Amethyst. HEX triplet: B0, 71 and CB. RGB value is (176,113,203). Sum of RGB (Red+Green+Blue) = 176+113+203=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B071CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071CB is #4F8E34. Grayscale: #8D8D8D. Windows color (decimal): -5213749 or 13332912. OLE color: 13332912.

HSL color Cylindrical-coordinate representation of color #B071CB: hue angle of 282º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B071CB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176113203-
CMYK0.130.4400.20
HSL282º46.39%61.96%-
HSV(B)282º44.33%79.61%-
XYZ34.5925.3559.57-
YUV142.1162.37152.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=35.77%
G=22.97%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761132030.130.4400.2028246.3961.96
HexB071CBD2C01411a2e3e
Octal26016131315540244325676
Binary101100001110001110010111101101100010100100011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071CB; }

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

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

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

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

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

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

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

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