#B275DC

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

Shades of Amethyst #B275DC

Tints of Amethyst #B275DC

Color information

#B275DC (or 0xB275DC) is unknown color: approx Amethyst. HEX triplet: B2, 75 and DC. RGB value is (178,117,220). Sum of RGB (Red+Green+Blue) = 178+117+220=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B275DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275DC is #4D8A23. Grayscale: #929292. Windows color (decimal): -5081636 or 14448050. OLE color: 14448050.

HSL color Cylindrical-coordinate representation of color #B275DC: hue angle of 275.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B275DC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178117220-
CMYK0.190.4700.14
HSL275.53º59.54%66.08%-
HSV(B)275.53º46.82%86.27%-
XYZ37.6427.3571.01-
YUV146.98169.21150.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=34.56%
G=22.72%
B=42.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781172200.190.4700.14275.5359.5466.08
HexB275DC132F0E1143c42
Octal262165334235701642474102
Binary1011001011101011101110010011101111011101000101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275DC; }

 p { color: rgb(178,117,220); }

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

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

 a { background-color: rgb(178,117,220); }

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

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

 span { border-color: rgb(178,117,220); }

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