Html Css Color HEX #B170D3 Amethyst

📋 copy color: '#B170D3'

red 177 ◦ green 112 ◦ blue 211

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

Shades of Amethyst #B170D3

Tints of Amethyst #B170D3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 35.4%
G = 22.4%
B = 42.2%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B170D3 (or 0xB170D3) is known color: Amethyst. HEX triplet: B1, 70 and D3. RGB value is (177,112,211). Sum of RGB (Red+Green+Blue) = 177+112+211=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #B170D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170D3 is #4E8F2C. Grayscale: #8E8E8E. Windows color (decimal): -5148461 or 13856945. OLE color: 13856945.

HSL color Cylindrical-coordinate representation of color #B170D3: hue angle of 279.39º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B170D3 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 112 211 -
CMYK 0.16 0.47 0 0.17
HSL 279.39º 0.53% 0.63% -
HSV(B) 279.39º 0.47% 0.83% -
XYZ 35.68 25.64 64.7 -
YUV 142.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 177 112 211 0.16 0.47 0 0.17 279.39 0.53 0.63
Hex B1 70 D3 10 2F 0 11 117 35 3F
Octal 261 160 323 20 57 0 21 427 65 77
Binary 10110001 1110000 11010011 10000 101111 0 10001 100010111 110101 111111

Color Harmonies of #B170D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170D3

Black with #B170D3

Text Example


Text Example

White with #B170D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170D3; }

 p { color: rgb(177,112,211); }

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

background-color css

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

 a { background-color: rgb(177,112,211); }

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

border-color css

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

 span { border-color: rgb(177,112,211); }

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