Html Css Color HEX #B170D2 Amethyst

📋 copy color: '#B170D2'

red 177 ◦ green 112 ◦ blue 210

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

Shades of Amethyst #B170D2

Tints of Amethyst #B170D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 35.47%
G = 22.44%
B = 42.08%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B170D2 (or 0xB170D2) is known color: Amethyst. HEX triplet: B1, 70 and D2. RGB value is (177,112,210). Sum of RGB (Red+Green+Blue) = 177+112+210=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #B170D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170D2 is #4E8F2D. Grayscale: #8E8E8E. Windows color (decimal): -5148462 or 13791409. OLE color: 13791409.

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

Color convert

RGB 177 112 210 -
CMYK 0.16 0.47 0 0.18
HSL 279.8º 0.52% 0.63% -
HSV(B) 279.8º 0.47% 0.82% -
XYZ 35.56 25.59 64.04 -
YUV 142.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 177 112 210 0.16 0.47 0 0.18 279.8 0.52 0.63
Hex B1 70 D2 10 2F 0 12 118 34 3F
Octal 261 160 322 20 57 0 22 430 64 77
Binary 10110001 1110000 11010010 10000 101111 0 10010 100011000 110100 111111

Color Harmonies of #B170D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170D2

Black with #B170D2

Text Example


Text Example

White with #B170D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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