Html Css Color HEX #B175DB Amethyst

📋 copy color: '#B175DB'

red 177 ◦ green 117 ◦ blue 219

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

Shades of Amethyst #B175DB

Tints of Amethyst #B175DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 34.5%
G = 22.81%
B = 42.69%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B175DB (or 0xB175DB) is known color: Amethyst. HEX triplet: B1, 75 and DB. RGB value is (177,117,219). Sum of RGB (Red+Green+Blue) = 177+117+219=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B175DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175DB is #4E8A24. Grayscale: #929292. Windows color (decimal): -5147173 or 14382513. OLE color: 14382513.

HSL color Cylindrical-coordinate representation of color #B175DB: hue angle of 275.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B175DB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 117 219 -
CMYK 0.19 0.47 0 0.14
HSL 275.29º 0.59% 0.66% -
HSV(B) 275.29º 0.47% 0.86% -
XYZ 37.28 27.18 70.3 -
YUV 146.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 177 117 219 0.19 0.47 0 0.14 275.29 0.59 0.66
Hex B1 75 DB 13 2F 0 E 113 3B 42
Octal 261 165 333 23 57 0 16 423 73 102
Binary 10110001 1110101 11011011 10011 101111 0 1110 100010011 111011 1000010

Color Harmonies of #B175DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175DB

Black with #B175DB

Text Example


Text Example

White with #B175DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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