#B172BF

Color #B172BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B172BF

Tints of East Side #B172BF

Color information

#B172BF (or 0xB172BF) is unknown color: approx East Side. HEX triplet: B1, 72 and BF. RGB value is (177,114,191). Sum of RGB (Red+Green+Blue) = 177+114+191=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #B172BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172BF is #4E8D40. Grayscale: #8D8D8D. Windows color (decimal): -5147969 or 12546737. OLE color: 12546737.

HSL color Cylindrical-coordinate representation of color #B172BF: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B172BF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177114191-
CMYK0.070.4000.25
HSL289.09º37.56%59.8%-
HSV(B)289.09º40.31%74.9%-
XYZ33.5525.1452.37-
YUV141.61155.87153.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 191 (75% from 255) = 39.63%
R=36.72%
G=23.65%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771141910.070.4000.25289.0937.5659.8
HexB172BF728019121263c
Octal2611622777500314414674
Binary10110001111001010111111111101000011001100100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172BF; }

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

 H1.HeaderClassName
 {
   color: #B172BF;
 }
 .AnyTagClassName
 {
   color: #B172BF;
 }
</style>
background-color css

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

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

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

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

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

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