Html Css Color HEX #B477DF Amethyst

📋 copy color: '#B477DF'

red 180 ◦ green 119 ◦ blue 223

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

Shades of Amethyst #B477DF

Tints of Amethyst #B477DF

RGB

 RED value IS 180 (70.7% from 255) = 34.48%

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

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

R = 34.48%
G = 22.8%
B = 42.72%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B477DF (or 0xB477DF) is known color: Amethyst. HEX triplet: B4, 77 and DF. RGB value is (180,119,223). Sum of RGB (Red+Green+Blue) = 180+119+223=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B477DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477DF is #4B8820. Grayscale: #949494. Windows color (decimal): -4950049 or 14645172. OLE color: 14645172.

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

Color convert

RGB 180 119 223 -
CMYK 0.19 0.47 0 0.13
HSL 275.19º 0.62% 0.67% -
HSV(B) 275.19º 0.47% 0.87% -
XYZ 38.74 28.22 73.22 -
YUV 149.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 180 119 223 0.19 0.47 0 0.13 275.19 0.62 0.67
Hex B4 77 DF 13 2F 0 D 113 3E 43
Octal 264 167 337 23 57 0 15 423 76 103
Binary 10110100 1110111 11011111 10011 101111 0 1101 100010011 111110 1000011

Color Harmonies of #B477DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477DF

Black with #B477DF

Text Example


Text Example

White with #B477DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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