#B07EB5

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

Shades of East Side #B07EB5

Tints of East Side #B07EB5

Color information

#B07EB5 (or 0xB07EB5) is unknown color: approx East Side. HEX triplet: B0, 7E and B5. RGB value is (176,126,181). Sum of RGB (Red+Green+Blue) = 176+126+181=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #B07EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EB5 is #4F814A. Grayscale: #939393. Windows color (decimal): -5210443 or 11894448. OLE color: 11894448.

HSL color Cylindrical-coordinate representation of color #B07EB5: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07EB5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176126181-
CMYK0.030.3000.29
HSL294.55º27.09%60.2%-
HSV(B)294.55º30.39%70.98%-
XYZ33.7127.4947.25-
YUV147.22147.06148.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=36.44%
G=26.09%
B=37.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761261810.030.3000.29294.5527.0960.2
HexB07EB531E01D1271b3c
Octal2601762653360354473374
Binary10110000111111010110101111111001110110010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EB5; }

 p { color: rgb(176,126,181); }

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

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

 a { background-color: rgb(176,126,181); }

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

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

 span { border-color: rgb(176,126,181); }

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