#B27BBA

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

Shades of East Side #B27BBA

Tints of East Side #B27BBA

Color information

#B27BBA (or 0xB27BBA) is unknown color: approx East Side. HEX triplet: B2, 7B and BA. RGB value is (178,123,186). Sum of RGB (Red+Green+Blue) = 178+123+186=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B27BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BBA is #4D8445. Grayscale: #929292. Windows color (decimal): -5080134 or 12221362. OLE color: 12221362.

HSL color Cylindrical-coordinate representation of color #B27BBA: hue angle of 292.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27BBA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178123186-
CMYK0.040.3400.27
HSL292.38º31.34%60.59%-
HSV(B)292.38º33.87%72.94%-
XYZ34.3127.1849.89-
YUV146.63150.22150.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=36.55%
G=25.26%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781231860.040.3400.27292.3831.3460.59
HexB27BBA42201B1241f3d
Octal2621732724420334443775
Binary1011001011110111011101010010001001101110010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BBA; }

 p { color: rgb(178,123,186); }

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

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

 a { background-color: rgb(178,123,186); }

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

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

 span { border-color: rgb(178,123,186); }

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