#B27EBF

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

Shades of East Side #B27EBF

Tints of East Side #B27EBF

Color information

#B27EBF (or 0xB27EBF) is unknown color: approx East Side. HEX triplet: B2, 7E and BF. RGB value is (178,126,191). Sum of RGB (Red+Green+Blue) = 178+126+191=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #B27EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EBF is #4D8140. Grayscale: #949494. Windows color (decimal): -5079361 or 12549810. OLE color: 12549810.

HSL color Cylindrical-coordinate representation of color #B27EBF: hue angle of 288º degrees, saturation: 0.34, 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 #B27EBF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178126191-
CMYK0.070.3400.25
HSL288º33.68%62.16%-
HSV(B)288º34.03%74.9%-
XYZ35.2228.1552.87-
YUV148.96151.73148.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 191 (75% from 255) = 38.59%
R=35.96%
G=25.45%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781261910.070.3400.2528833.6862.16
HexB27EBF722019120223e
Octal2621762777420314404276
Binary10110010111111010111111111100010011001100100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EBF; }

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

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

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

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

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

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

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

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