#B07EB7

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

Shades of East Side #B07EB7

Tints of East Side #B07EB7

Color information

#B07EB7 (or 0xB07EB7) is unknown color: approx East Side. HEX triplet: B0, 7E and B7. RGB value is (176,126,183). Sum of RGB (Red+Green+Blue) = 176+126+183=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #B07EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EB7 is #4F8148. Grayscale: #939393. Windows color (decimal): -5210441 or 12025520. OLE color: 12025520.

HSL color Cylindrical-coordinate representation of color #B07EB7: hue angle of 292.63º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07EB7 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176126183-
CMYK0.040.3100.28
HSL292.63º28.36%60.59%-
HSV(B)292.63º31.15%71.76%-
XYZ33.9127.5748.33-
YUV147.45148.06148.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=36.29%
G=25.98%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761261830.040.3100.28292.6328.3660.59
HexB07EB741F01C1251c3d
Octal2601762674370344453475
Binary101100001111110101101111001111101110010010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EB7; }

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

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

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

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

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

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

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

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