Html Css Color HEX #B178DF Amethyst

📋 copy color: '#B178DF'

red 177 ◦ green 120 ◦ blue 223

#B178DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #B178DF

Tints of Amethyst #B178DF

RGB

 RED value IS 177 (69.53% from 255) = 34.04%

 GREEN value IS 120 (47.27% from 255) = 23.08%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 34.04%
G = 23.08%
B = 42.88%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B178DF (or 0xB178DF) is known color: Amethyst. HEX triplet: B1, 78 and DF. RGB value is (177,120,223). Sum of RGB (Red+Green+Blue) = 177+120+223=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B178DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178DF is #4E8720. Grayscale: #949494. Windows color (decimal): -5146401 or 14645425. OLE color: 14645425.

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

Color convert

RGB 177 120 223 -
CMYK 0.21 0.46 0 0.13
HSL 273.2º 0.62% 0.67% -
HSV(B) 273.2º 0.46% 0.87% -
XYZ 38.17 28.11 73.23 -
YUV 148.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 177 120 223 0.21 0.46 0 0.13 273.2 0.62 0.67
Hex B1 78 DF 15 2E 0 D 111 3E 43
Octal 261 170 337 25 56 0 15 421 76 103
Binary 10110001 1111000 11011111 10101 101110 0 1101 100010001 111110 1000011

Color Harmonies of #B178DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178DF

Black with #B178DF

Text Example


Text Example

White with #B178DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178DF; }

 p { color: rgb(177,120,223); }

 H1.HeaderClassName
 {
   color: #B178DF;
 }
 .AnyTagClassName
 {
   color: #B178DF;
 }
</style>

background-color css

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

 a { background-color: rgb(177,120,223); }

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

border-color css

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

 span { border-color: rgb(177,120,223); }

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