#B172CD

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

Shades of Amethyst #B172CD

Tints of Amethyst #B172CD

Color information

#B172CD (or 0xB172CD) is unknown color: approx Amethyst. HEX triplet: B1, 72 and CD. RGB value is (177,114,205). Sum of RGB (Red+Green+Blue) = 177+114+205=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B172CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172CD is #4E8D32. Grayscale: #8E8E8E. Windows color (decimal): -5147955 or 13464241. OLE color: 13464241.

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

Color convert

RGB177114205-
CMYK0.140.4400.20
HSL281.54º47.64%62.55%-
HSV(B)281.54º44.39%80.39%-
XYZ35.1725.7960.88-
YUV143.21162.87152.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=35.69%
G=22.98%
B=41.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771142050.140.4400.20281.5447.6462.55
HexB172CDE2C01411a303f
Octal26116231516540244326077
Binary101100011110010110011011110101100010100100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172CD; }

 p { color: rgb(177,114,205); }

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

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

 a { background-color: rgb(177,114,205); }

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

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

 span { border-color: rgb(177,114,205); }

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