#B071BC

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

Shades of East Side #B071BC

Tints of East Side #B071BC

Color information

#B071BC (or 0xB071BC) is unknown color: approx East Side. HEX triplet: B0, 71 and BC. RGB value is (176,113,188). Sum of RGB (Red+Green+Blue) = 176+113+188=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 113 (44.53% from 255 or 23.69% 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 #B071BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071BC is #4F8E43. Grayscale: #8C8C8C. Windows color (decimal): -5213764 or 12349872. OLE color: 12349872.

HSL color Cylindrical-coordinate representation of color #B071BC: hue angle of 290.4º 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 #B071BC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176113188-
CMYK0.060.4000.26
HSL290.4º35.89%59.02%-
HSV(B)290.4º39.89%73.73%-
XYZ32.8924.6750.61-
YUV140.39154.87153.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=36.90%
G=23.69%
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
Decimal1761131880.060.4000.26290.435.8959.02
HexB071BC62801A122243b
Octal2601612746500324424473
Binary10110000111000110111100110101000011010100100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071BC; }

 p { color: rgb(176,113,188); }

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

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

 a { background-color: rgb(176,113,188); }

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

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

 span { border-color: rgb(176,113,188); }

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