#B270D8

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

Shades of Amethyst #B270D8

Tints of Amethyst #B270D8

Color information

#B270D8 (or 0xB270D8) is unknown color: approx Amethyst. HEX triplet: B2, 70 and D8. RGB value is (178,112,216). Sum of RGB (Red+Green+Blue) = 178+112+216=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #B270D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270D8 is #4D8F27. Grayscale: #8F8F8F. Windows color (decimal): -5082920 or 14184626. OLE color: 14184626.

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

Color convert

RGB178112216-
CMYK0.180.4800.15
HSL278.08º57.14%64.31%-
HSV(B)278.08º48.15%84.71%-
XYZ36.5526.0168.06-
YUV143.59168.87152.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=35.18%
G=22.13%
B=42.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781122160.180.4800.15278.0857.1464.31
HexB270D812300F1163940
Octal262160330226001742671100
Binary1011001011100001101100010010110000011111000101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B270D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B270D8; }

 p { color: rgb(178,112,216); }

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

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

 a { background-color: rgb(178,112,216); }

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

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

 span { border-color: rgb(178,112,216); }

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