Html Css Color HEX #B375DA Amethyst

📋 copy color: '#B375DA'

red 179 ◦ green 117 ◦ blue 218

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

Shades of Amethyst #B375DA

Tints of Amethyst #B375DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.76%

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

R = 34.82%
G = 22.76%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B375DA (or 0xB375DA) is known color: Amethyst. HEX triplet: B3, 75 and DA. RGB value is (179,117,218). Sum of RGB (Red+Green+Blue) = 179+117+218=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #B375DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375DA is #4C8A25. Grayscale: #929292. Windows color (decimal): -5016102 or 14316979. OLE color: 14316979.

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

Color convert

RGB 179 117 218 -
CMYK 0.18 0.46 0 0.15
HSL 276.83º 0.58% 0.66% -
HSV(B) 276.83º 0.46% 0.85% -
XYZ 37.61 27.37 69.63 -
YUV 147.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 179 117 218 0.18 0.46 0 0.15 276.83 0.58 0.66
Hex B3 75 DA 12 2E 0 F 115 3A 42
Octal 263 165 332 22 56 0 17 425 72 102
Binary 10110011 1110101 11011010 10010 101110 0 1111 100010101 111010 1000010

Color Harmonies of #B375DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375DA

Black with #B375DA

Text Example


Text Example

White with #B375DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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