Html Css Color HEX #B170DC Amethyst

📋 copy color: '#B170DC'

red 177 ◦ green 112 ◦ blue 220

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

Shades of Amethyst #B170DC

Tints of Amethyst #B170DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 34.77%
G = 22%
B = 43.22%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B170DC (or 0xB170DC) is known color: Amethyst. HEX triplet: B1, 70 and DC. RGB value is (177,112,220). Sum of RGB (Red+Green+Blue) = 177+112+220=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B170DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170DC is #4E8F23. Grayscale: #8F8F8F. Windows color (decimal): -5148452 or 14446769. OLE color: 14446769.

HSL color Cylindrical-coordinate representation of color #B170DC: hue angle of 276.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B170DC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 112 220 -
CMYK 0.20 0.49 0 0.14
HSL 276.11º 0.61% 0.65% -
HSV(B) 276.11º 0.49% 0.86% -
XYZ 36.84 26.1 70.81 -
YUV 143.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 177 112 220 0.20 0.49 0 0.14 276.11 0.61 0.65
Hex B1 70 DC 14 31 0 E 114 3D 41
Octal 261 160 334 24 61 0 16 424 75 101
Binary 10110001 1110000 11011100 10100 110001 0 1110 100010100 111101 1000001

Color Harmonies of #B170DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170DC

Black with #B170DC

Text Example


Text Example

White with #B170DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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