#B273DA

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

Shades of Amethyst #B273DA

Tints of Amethyst #B273DA

Color information

#B273DA (or 0xB273DA) is unknown color: approx Amethyst. HEX triplet: B2, 73 and DA. RGB value is (178,115,218). Sum of RGB (Red+Green+Blue) = 178+115+218=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B273DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273DA is #4D8C25. Grayscale: #919191. Windows color (decimal): -5082150 or 14316466. OLE color: 14316466.

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

Color convert

RGB178115218-
CMYK0.180.4700.15
HSL276.7º58.19%65.29%-
HSV(B)276.7º47.25%85.49%-
XYZ37.1526.7969.54-
YUV145.58168.87151.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=34.83%
G=22.50%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781152180.180.4700.15276.758.1965.29
HexB273DA122F0F1153a41
Octal262163332225701742572101
Binary1011001011100111101101010010101111011111000101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273DA; }

 p { color: rgb(178,115,218); }

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

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

 a { background-color: rgb(178,115,218); }

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

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

 span { border-color: rgb(178,115,218); }

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