Html Css Color HEX #B277DD Amethyst

📋 copy color: '#B277DD'

red 178 ◦ green 119 ◦ blue 221

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

Shades of Amethyst #B277DD

Tints of Amethyst #B277DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 34.36%
G = 22.97%
B = 42.66%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B277DD (or 0xB277DD) is known color: Amethyst. HEX triplet: B2, 77 and DD. RGB value is (178,119,221). Sum of RGB (Red+Green+Blue) = 178+119+221=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B277DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277DD is #4D8822. Grayscale: #939393. Windows color (decimal): -5081123 or 14514098. OLE color: 14514098.

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

Color convert

RGB 178 119 221 -
CMYK 0.19 0.46 0 0.13
HSL 274.71º 0.6% 0.67% -
HSV(B) 274.71º 0.46% 0.87% -
XYZ 38.01 27.88 71.78 -
YUV 148.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 178 119 221 0.19 0.46 0 0.13 274.71 0.6 0.67
Hex B2 77 DD 13 2E 0 D 113 3C 43
Octal 262 167 335 23 56 0 15 423 74 103
Binary 10110010 1110111 11011101 10011 101110 0 1101 100010011 111100 1000011

Color Harmonies of #B277DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277DD

Black with #B277DD

Text Example


Text Example

White with #B277DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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