#B07FBA

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

Shades of East Side #B07FBA

Tints of East Side #B07FBA

Color information

#B07FBA (or 0xB07FBA) is unknown color: approx East Side. HEX triplet: B0, 7F and BA. RGB value is (176,127,186). Sum of RGB (Red+Green+Blue) = 176+127+186=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #B07FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FBA is #4F8045. Grayscale: #949494. Windows color (decimal): -5210182 or 12222384. OLE color: 12222384.

HSL color Cylindrical-coordinate representation of color #B07FBA: hue angle of 289.83º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07FBA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176127186-
CMYK0.050.3200.27
HSL289.83º29.95%61.37%-
HSV(B)289.83º31.72%72.94%-
XYZ34.3627.9550.04-
YUV148.38149.23147.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=35.99%
G=25.97%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761271860.050.3200.27289.8329.9561.37
HexB07FBA52001B1221e3d
Octal2601772725400334423675
Binary1011000011111111011101010110000001101110010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FBA; }

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

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

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

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

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

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

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

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