#B27EBE

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

Shades of East Side #B27EBE

Tints of East Side #B27EBE

Color information

#B27EBE (or 0xB27EBE) is unknown color: approx East Side. HEX triplet: B2, 7E and BE. RGB value is (178,126,190). Sum of RGB (Red+Green+Blue) = 178+126+190=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #B27EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EBE is #4D8141. Grayscale: #949494. Windows color (decimal): -5079362 or 12484274. OLE color: 12484274.

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

Color convert

RGB178126190-
CMYK0.060.3400.25
HSL288.75º32.99%61.96%-
HSV(B)288.75º33.68%74.51%-
XYZ35.1228.152.29-
YUV148.84151.23148.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=36.03%
G=25.51%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781261900.060.3400.25288.7532.9961.96
HexB27EBE622019121213e
Octal2621762766420314414176
Binary10110010111111010111110110100010011001100100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EBE; }

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

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

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

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

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

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

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

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