#B27FBE

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

Shades of East Side #B27FBE

Tints of East Side #B27FBE

Color information

#B27FBE (or 0xB27FBE) is unknown color: approx East Side. HEX triplet: B2, 7F and BE. RGB value is (178,127,190). Sum of RGB (Red+Green+Blue) = 178+127+190=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B27FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FBE is #4D8041. Grayscale: #959595. Windows color (decimal): -5079106 or 12484530. OLE color: 12484530.

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

Color convert

RGB178127190-
CMYK0.060.3300.25
HSL288.57º32.64%62.16%-
HSV(B)288.57º33.16%74.51%-
XYZ35.2428.3652.33-
YUV149.43150.9148.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=35.96%
G=25.66%
B=38.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781271900.060.3300.25288.5732.6462.16
HexB27FBE621019121213e
Octal2621772766410314414176
Binary10110010111111110111110110100001011001100100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FBE; }

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

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

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

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

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

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

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

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