#B170BC

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

Shades of East Side #B170BC

Tints of East Side #B170BC

Color information

#B170BC (or 0xB170BC) is unknown color: approx East Side. HEX triplet: B1, 70 and BC. RGB value is (177,112,188). Sum of RGB (Red+Green+Blue) = 177+112+188=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #B170BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170BC is #4E8F43. Grayscale: #8B8B8B. Windows color (decimal): -5148484 or 12349617. OLE color: 12349617.

HSL color Cylindrical-coordinate representation of color #B170BC: hue angle of 291.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B170BC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177112188-
CMYK0.060.4000.26
HSL291.32º36.19%58.82%-
HSV(B)291.32º40.43%73.73%-
XYZ3324.5750.58-
YUV140.1155.03154.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=37.11%
G=23.48%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771121880.060.4000.26291.3236.1958.82
HexB170BC62801A123243b
Octal2611602746500324434473
Binary10110001111000010111100110101000011010100100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B170BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B170BC; }

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

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

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

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

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

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

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

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