Html Css Color HEX #B277DA Amethyst

📋 copy color: '#B277DA'

red 178 ◦ green 119 ◦ blue 218

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

Shades of Amethyst #B277DA

Tints of Amethyst #B277DA

RGB

 RED value IS 178 (69.92% from 255) = 34.56%

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 34.56%
G = 23.11%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B277DA (or 0xB277DA) is known color: Amethyst. HEX triplet: B2, 77 and DA. RGB value is (178,119,218). Sum of RGB (Red+Green+Blue) = 178+119+218=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B277DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277DA is #4D8825. Grayscale: #939393. Windows color (decimal): -5081126 or 14317490. OLE color: 14317490.

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

Color convert

RGB 178 119 218 -
CMYK 0.18 0.45 0 0.15
HSL 275.76º 0.57% 0.66% -
HSV(B) 275.76º 0.45% 0.85% -
XYZ 37.61 27.72 69.7 -
YUV 147.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 178 119 218 0.18 0.45 0 0.15 275.76 0.57 0.66
Hex B2 77 DA 12 2D 0 F 114 39 42
Octal 262 167 332 22 55 0 17 424 71 102
Binary 10110010 1110111 11011010 10010 101101 0 1111 100010100 111001 1000010

Color Harmonies of #B277DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277DA

Black with #B277DA

Text Example


Text Example

White with #B277DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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