Html Css Color HEX #B277DF Amethyst

📋 copy color: '#B277DF'

red 178 ◦ green 119 ◦ blue 223

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

Shades of Amethyst #B277DF

Tints of Amethyst #B277DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 34.23%
G = 22.88%
B = 42.88%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B277DF (or 0xB277DF) is known color: Amethyst. HEX triplet: B2, 77 and DF. RGB value is (178,119,223). Sum of RGB (Red+Green+Blue) = 178+119+223=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B277DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B277DF is #4D8820. Grayscale: #949494. Windows color (decimal): -5081121 or 14645170. OLE color: 14645170.

HSL color Cylindrical-coordinate representation of color #B277DF: hue angle of 274.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B277DF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 119 223 -
CMYK 0.20 0.47 0 0.13
HSL 274.04º 0.62% 0.67% -
HSV(B) 274.04º 0.47% 0.87% -
XYZ 38.28 27.99 73.2 -
YUV 148.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 178 119 223 0.20 0.47 0 0.13 274.04 0.62 0.67
Hex B2 77 DF 14 2F 0 D 112 3E 43
Octal 262 167 337 24 57 0 15 422 76 103
Binary 10110010 1110111 11011111 10100 101111 0 1101 100010010 111110 1000011

Color Harmonies of #B277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277DF

Black with #B277DF

Text Example


Text Example

White with #B277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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