Html Css Color HEX #B077DB Amethyst

📋 copy color: '#B077DB'

red 176 ◦ green 119 ◦ blue 219

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

Shades of Amethyst #B077DB

Tints of Amethyst #B077DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 34.24%
G = 23.15%
B = 42.61%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B077DB (or 0xB077DB) is known color: Amethyst. HEX triplet: B0, 77 and DB. RGB value is (176,119,219). Sum of RGB (Red+Green+Blue) = 176+119+219=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B077DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077DB is #4F8824. Grayscale: #939393. Windows color (decimal): -5212197 or 14383024. OLE color: 14383024.

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

Color convert

RGB 176 119 219 -
CMYK 0.20 0.46 0 0.14
HSL 274.2º 0.58% 0.66% -
HSV(B) 274.2º 0.46% 0.86% -
XYZ 37.29 27.54 70.37 -
YUV 147.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 176 119 219 0.20 0.46 0 0.14 274.2 0.58 0.66
Hex B0 77 DB 14 2E 0 E 112 3A 42
Octal 260 167 333 24 56 0 16 422 72 102
Binary 10110000 1110111 11011011 10100 101110 0 1110 100010010 111010 1000010

Color Harmonies of #B077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077DB

Black with #B077DB

Text Example


Text Example

White with #B077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077DB; }

 p { color: rgb(176,119,219); }

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

background-color css

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

 a { background-color: rgb(176,119,219); }

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

border-color css

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

 span { border-color: rgb(176,119,219); }

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