Html Css Color HEX #B174CF Amethyst

📋 copy color: '#B174CF'

red 177 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #B174CF

Tints of Amethyst #B174CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 35.4%
G = 23.2%
B = 41.4%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B174CF (or 0xB174CF) is known color: Amethyst. HEX triplet: B1, 74 and CF. RGB value is (177,116,207). Sum of RGB (Red+Green+Blue) = 177+116+207=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B174CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174CF is #4E8B30. Grayscale: #909090. Windows color (decimal): -5147441 or 13595825. OLE color: 13595825.

HSL color Cylindrical-coordinate representation of color #B174CF: hue angle of 280.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B174CF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 116 207 -
CMYK 0.14 0.44 0 0.19
HSL 280.22º 0.49% 0.63% -
HSV(B) 280.22º 0.44% 0.81% -
XYZ 35.64 26.34 62.24 -
YUV 144.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 177 116 207 0.14 0.44 0 0.19 280.22 0.49 0.63
Hex B1 74 CF E 2C 0 13 118 31 3F
Octal 261 164 317 16 54 0 23 430 61 77
Binary 10110001 1110100 11001111 1110 101100 0 10011 100011000 110001 111111

Color Harmonies of #B174CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B174CF

Black with #B174CF

Text Example


Text Example

White with #B174CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B174CF; }

 p { color: rgb(177,116,207); }

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

background-color css

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

 a { background-color: rgb(177,116,207); }

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

border-color css

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

 span { border-color: rgb(177,116,207); }

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