Html Css Color HEX #B175DA Amethyst

📋 copy color: '#B175DA'

red 177 ◦ green 117 ◦ blue 218

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

Shades of Amethyst #B175DA

Tints of Amethyst #B175DA

RGB

 RED value IS 177 (69.53% from 255) = 34.57%

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

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

R = 34.57%
G = 22.85%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B175DA (or 0xB175DA) is known color: Amethyst. HEX triplet: B1, 75 and DA. RGB value is (177,117,218). Sum of RGB (Red+Green+Blue) = 177+117+218=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B175DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175DA is #4E8A25. Grayscale: #929292. Windows color (decimal): -5147174 or 14316977. OLE color: 14316977.

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

Color convert

RGB 177 117 218 -
CMYK 0.19 0.46 0 0.15
HSL 275.64º 0.58% 0.66% -
HSV(B) 275.64º 0.46% 0.85% -
XYZ 37.15 27.13 69.61 -
YUV 146.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 177 117 218 0.19 0.46 0 0.15 275.64 0.58 0.66
Hex B1 75 DA 13 2E 0 F 114 3A 42
Octal 261 165 332 23 56 0 17 424 72 102
Binary 10110001 1110101 11011010 10011 101110 0 1111 100010100 111010 1000010

Color Harmonies of #B175DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175DA

Black with #B175DA

Text Example


Text Example

White with #B175DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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