Html Css Color HEX #B175DD Amethyst

📋 copy color: '#B175DD'

red 177 ◦ green 117 ◦ blue 221

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

Shades of Amethyst #B175DD

Tints of Amethyst #B175DD

RGB

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

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

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

R = 34.37%
G = 22.72%
B = 42.91%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B175DD (or 0xB175DD) is known color: Amethyst. HEX triplet: B1, 75 and DD. RGB value is (177,117,221). Sum of RGB (Red+Green+Blue) = 177+117+221=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B175DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175DD is #4E8A22. Grayscale: #929292. Windows color (decimal): -5147171 or 14513585. OLE color: 14513585.

HSL color Cylindrical-coordinate representation of color #B175DD: hue angle of 274.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B175DD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 117 221 -
CMYK 0.20 0.47 0 0.13
HSL 274.62º 0.6% 0.66% -
HSV(B) 274.62º 0.47% 0.87% -
XYZ 37.54 27.29 71.7 -
YUV 146.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 177 117 221 0.20 0.47 0 0.13 274.62 0.6 0.66
Hex B1 75 DD 14 2F 0 D 113 3C 42
Octal 261 165 335 24 57 0 15 423 74 102
Binary 10110001 1110101 11011101 10100 101111 0 1101 100010011 111100 1000010

Color Harmonies of #B175DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175DD

Black with #B175DD

Text Example


Text Example

White with #B175DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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