Html Css Color HEX #B078DE Amethyst

📋 copy color: '#B078DE'

red 176 ◦ green 120 ◦ blue 222

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

Shades of Amethyst #B078DE

Tints of Amethyst #B078DE

RGB

 RED value IS 176 (69.14% from 255) = 33.98%

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 33.98%
G = 23.17%
B = 42.86%

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

#B078DE (or 0xB078DE) is known color: Amethyst. HEX triplet: B0, 78 and DE. RGB value is (176,120,222). Sum of RGB (Red+Green+Blue) = 176+120+222=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B078DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078DE is #4F8721. Grayscale: #949494. Windows color (decimal): -5211938 or 14579888. OLE color: 14579888.

HSL color Cylindrical-coordinate representation of color #B078DE: hue angle of 272.94º degrees, saturation: 0.61, 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 #B078DE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 120 222 -
CMYK 0.21 0.46 0 0.13
HSL 272.94º 0.61% 0.67% -
HSV(B) 272.94º 0.46% 0.87% -
XYZ 37.81 27.94 72.51 -
YUV 148.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 176 120 222 0.21 0.46 0 0.13 272.94 0.61 0.67
Hex B0 78 DE 15 2E 0 D 111 3D 43
Octal 260 170 336 25 56 0 15 421 75 103
Binary 10110000 1111000 11011110 10101 101110 0 1101 100010001 111101 1000011

Color Harmonies of #B078DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078DE

Black with #B078DE

Text Example


Text Example

White with #B078DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078DE; }

 p { color: rgb(176,120,222); }

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

background-color css

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

 a { background-color: rgb(176,120,222); }

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

border-color css

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

 span { border-color: rgb(176,120,222); }

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