Html Css Color HEX #B374DA Amethyst

📋 copy color: '#B374DA'

red 179 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #B374DA

Tints of Amethyst #B374DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 34.89%
G = 22.61%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B374DA (or 0xB374DA) is known color: Amethyst. HEX triplet: B3, 74 and DA. RGB value is (179,116,218). Sum of RGB (Red+Green+Blue) = 179+116+218=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B374DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374DA is #4C8B25. Grayscale: #929292. Windows color (decimal): -5016358 or 14316723. OLE color: 14316723.

HSL color Cylindrical-coordinate representation of color #B374DA: hue angle of 277.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B374DA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 116 218 -
CMYK 0.18 0.47 0 0.15
HSL 277.06º 0.58% 0.65% -
HSV(B) 277.06º 0.47% 0.85% -
XYZ 37.49 27.14 69.59 -
YUV 146.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 179 116 218 0.18 0.47 0 0.15 277.06 0.58 0.65
Hex B3 74 DA 12 2F 0 F 115 3A 41
Octal 263 164 332 22 57 0 17 425 72 101
Binary 10110011 1110100 11011010 10010 101111 0 1111 100010101 111010 1000001

Color Harmonies of #B374DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374DA

Black with #B374DA

Text Example


Text Example

White with #B374DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374DA; }

 p { color: rgb(179,116,218); }

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

background-color css

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

 a { background-color: rgb(179,116,218); }

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

border-color css

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

 span { border-color: rgb(179,116,218); }

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