#B07FBE

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

Shades of East Side #B07FBE

Tints of East Side #B07FBE

Color information

#B07FBE (or 0xB07FBE) is unknown color: approx East Side. HEX triplet: B0, 7F and BE. RGB value is (176,127,190). Sum of RGB (Red+Green+Blue) = 176+127+190=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #B07FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FBE is #4F8041. Grayscale: #949494. Windows color (decimal): -5210178 or 12484528. OLE color: 12484528.

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

Color convert

RGB176127190-
CMYK0.070.3300.25
HSL286.67º32.64%62.16%-
HSV(B)286.67º33.16%74.51%-
XYZ34.7928.1352.31-
YUV148.83151.23147.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=35.70%
G=25.76%
B=38.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761271900.070.3300.25286.6732.6462.16
HexB07FBE72101911f213e
Octal2601772767410314374176
Binary10110000111111110111110111100001011001100011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FBE; }

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

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

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

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

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

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

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

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