#B27EBD

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

Shades of East Side #B27EBD

Tints of East Side #B27EBD

Color information

#B27EBD (or 0xB27EBD) is unknown color: approx East Side. HEX triplet: B2, 7E and BD. RGB value is (178,126,189). Sum of RGB (Red+Green+Blue) = 178+126+189=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #B27EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EBD is #4D8142. Grayscale: #949494. Windows color (decimal): -5079363 or 12418738. OLE color: 12418738.

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

Color convert

RGB178126189-
CMYK0.060.3300.26
HSL289.52º32.31%61.76%-
HSV(B)289.52º33.33%74.12%-
XYZ35.0128.0651.72-
YUV148.73150.73148.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=36.11%
G=25.56%
B=38.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781261890.060.3300.26289.5232.3161.76
HexB27EBD62101A122203e
Octal2621762756410324424076
Binary10110010111111010111101110100001011010100100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EBD; }

 p { color: rgb(178,126,189); }

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

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

 a { background-color: rgb(178,126,189); }

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

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

 span { border-color: rgb(178,126,189); }

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