Html Css Color HEX #B377DD Amethyst

📋 copy color: '#B377DD'

red 179 ◦ green 119 ◦ blue 221

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

Shades of Amethyst #B377DD

Tints of Amethyst #B377DD

RGB

 RED value IS 179 (70.31% from 255) = 34.49%

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

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

R = 34.49%
G = 22.93%
B = 42.58%

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

#B377DD (or 0xB377DD) is known color: Amethyst. HEX triplet: B3, 77 and DD. RGB value is (179,119,221). Sum of RGB (Red+Green+Blue) = 179+119+221=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B377DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377DD is #4C8822. Grayscale: #949494. Windows color (decimal): -5015587 or 14514099. OLE color: 14514099.

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

Color convert

RGB 179 119 221 -
CMYK 0.19 0.46 0 0.13
HSL 275.29º 0.6% 0.67% -
HSV(B) 275.29º 0.46% 0.87% -
XYZ 38.24 28 71.8 -
YUV 148.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 179 119 221 0.19 0.46 0 0.13 275.29 0.6 0.67
Hex B3 77 DD 13 2E 0 D 113 3C 43
Octal 263 167 335 23 56 0 15 423 74 103
Binary 10110011 1110111 11011101 10011 101110 0 1101 100010011 111100 1000011

Color Harmonies of #B377DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377DD

Black with #B377DD

Text Example


Text Example

White with #B377DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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