Html Css Color HEX #B277D8 Amethyst

📋 copy color: '#B277D8'

red 178 ◦ green 119 ◦ blue 216

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

Shades of Amethyst #B277D8

Tints of Amethyst #B277D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 34.7%
G = 23.2%
B = 42.11%

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

#B277D8 (or 0xB277D8) is known color: Amethyst. HEX triplet: B2, 77 and D8. RGB value is (178,119,216). Sum of RGB (Red+Green+Blue) = 178+119+216=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #B277D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277D8 is #4D8827. Grayscale: #939393. Windows color (decimal): -5081128 or 14186418. OLE color: 14186418.

HSL color Cylindrical-coordinate representation of color #B277D8: hue angle of 276.49º degrees, saturation: 0.55, 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 #B277D8 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 119 216 -
CMYK 0.18 0.45 0 0.15
HSL 276.49º 0.55% 0.66% -
HSV(B) 276.49º 0.45% 0.85% -
XYZ 37.35 27.62 68.33 -
YUV 147.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 178 119 216 0.18 0.45 0 0.15 276.49 0.55 0.66
Hex B2 77 D8 12 2D 0 F 114 37 42
Octal 262 167 330 22 55 0 17 424 67 102
Binary 10110010 1110111 11011000 10010 101101 0 1111 100010100 110111 1000010

Color Harmonies of #B277D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277D8

Black with #B277D8

Text Example


Text Example

White with #B277D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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