#B27EC1

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

Shades of East Side #B27EC1

Tints of East Side #B27EC1

Color information

#B27EC1 (or 0xB27EC1) is unknown color: approx East Side. HEX triplet: B2, 7E and C1. RGB value is (178,126,193). Sum of RGB (Red+Green+Blue) = 178+126+193=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #B27EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EC1 is #4D813E. Grayscale: #949494. Windows color (decimal): -5079359 or 12680882. OLE color: 12680882.

HSL color Cylindrical-coordinate representation of color #B27EC1: hue angle of 286.57º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27EC1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178126193-
CMYK0.080.3500.24
HSL286.57º35.08%62.55%-
HSV(B)286.57º34.72%75.69%-
XYZ35.4528.2454.03-
YUV149.19152.73148.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=35.81%
G=25.35%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781261930.080.3500.24286.5735.0862.55
HexB27EC182301811f233f
Octal26217630110430304374377
Binary101100101111110110000011000100011011000100011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EC1; }

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

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

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

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

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

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

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

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