Html Css Color HEX #B172CD Amethyst

📋 copy color: '#B172CD'

red 177 ◦ green 114 ◦ blue 205

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

Shades of Amethyst #B172CD

Tints of Amethyst #B172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 35.69%
G = 22.98%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B172CD (or 0xB172CD) is known color: Amethyst. HEX triplet: B1, 72 and CD. RGB value is (177,114,205). Sum of RGB (Red+Green+Blue) = 177+114+205=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B172CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172CD is #4E8D32. Grayscale: #8E8E8E. Windows color (decimal): -5147955 or 13464241. OLE color: 13464241.

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

Color convert

RGB 177 114 205 -
CMYK 0.14 0.44 0 0.20
HSL 281.54º 0.48% 0.63% -
HSV(B) 281.54º 0.44% 0.8% -
XYZ 35.17 25.79 60.88 -
YUV 143.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 177 114 205 0.14 0.44 0 0.20 281.54 0.48 0.63
Hex B1 72 CD E 2C 0 14 11A 30 3F
Octal 261 162 315 16 54 0 24 432 60 77
Binary 10110001 1110010 11001101 1110 101100 0 10100 100011010 110000 111111

Color Harmonies of #B172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172CD

Black with #B172CD

Text Example


Text Example

White with #B172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172CD; }

 p { color: rgb(177,114,205); }

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

background-color css

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

 a { background-color: rgb(177,114,205); }

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

border-color css

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

 span { border-color: rgb(177,114,205); }

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