#B27FBC

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

Shades of East Side #B27FBC

Tints of East Side #B27FBC

Color information

#B27FBC (or 0xB27FBC) is unknown color: approx East Side. HEX triplet: B2, 7F and BC. RGB value is (178,127,188). Sum of RGB (Red+Green+Blue) = 178+127+188=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #B27FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBC is #4D8043. Grayscale: #959595. Windows color (decimal): -5079108 or 12353458. OLE color: 12353458.

HSL color Cylindrical-coordinate representation of color #B27FBC: hue angle of 290.16º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27FBC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178127188-
CMYK0.050.3200.26
HSL290.16º31.28%61.76%-
HSV(B)290.16º32.45%73.73%-
XYZ35.0328.2751.19-
YUV149.2149.9148.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=36.11%
G=25.76%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781271880.050.3200.26290.1631.2861.76
HexB27FBC52001A1221f3e
Octal2621772745400324423776
Binary1011001011111111011110010110000001101010010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FBC; }

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

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

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

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

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

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

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

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