#B271BC

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

Shades of East Side #B271BC

Tints of East Side #B271BC

Color information

#B271BC (or 0xB271BC) is unknown color: approx East Side. HEX triplet: B2, 71 and BC. RGB value is (178,113,188). Sum of RGB (Red+Green+Blue) = 178+113+188=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B271BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BC is #4D8E43. Grayscale: #8C8C8C. Windows color (decimal): -5082692 or 12349874. OLE color: 12349874.

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

Color convert

RGB178113188-
CMYK0.050.4000.26
HSL292º35.89%59.02%-
HSV(B)292º39.89%73.73%-
XYZ33.3424.9150.63-
YUV140.99154.53154.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=37.16%
G=23.59%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781131880.050.4000.2629235.8959.02
HexB271BC52801A124243b
Octal2621612745500324444473
Binary10110010111000110111100101101000011010100100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271BC; }

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

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

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

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

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

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

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

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