#B17BCA

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

Shades of East Side #B17BCA

Tints of East Side #B17BCA

Color information

#B17BCA (or 0xB17BCA) is unknown color: approx East Side. HEX triplet: B1, 7B and CA. RGB value is (177,123,202). Sum of RGB (Red+Green+Blue) = 177+123+202=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #B17BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BCA is #4E8435. Grayscale: #939393. Windows color (decimal): -5145654 or 13269937. OLE color: 13269937.

HSL color Cylindrical-coordinate representation of color #B17BCA: hue angle of 281.01º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17BCA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177123202-
CMYK0.120.3900.21
HSL281.01º42.7%63.73%-
HSV(B)281.01º39.11%79.22%-
XYZ35.8827.7859.35-
YUV148.15158.39148.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 123 (48.44% from 255) = 24.50%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=35.26%
G=24.50%
B=40.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771232020.120.3900.21281.0142.763.73
HexB17BCAC270151192b40
Octal261173312144702543153100
Binary1011000111110111100101011001001110101011000110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BCA; }

 p { color: rgb(177,123,202); }

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

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

 a { background-color: rgb(177,123,202); }

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

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

 span { border-color: rgb(177,123,202); }

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