#B07CBA

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

Shades of East Side #B07CBA

Tints of East Side #B07CBA

Color information

#B07CBA (or 0xB07CBA) is unknown color: approx East Side. HEX triplet: B0, 7C and BA. RGB value is (176,124,186). Sum of RGB (Red+Green+Blue) = 176+124+186=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B07CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CBA is #4F8345. Grayscale: #929292. Windows color (decimal): -5210950 or 12221616. OLE color: 12221616.

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

Color convert

RGB176124186-
CMYK0.050.3300.27
HSL290.32º31%60.78%-
HSV(B)290.32º33.33%72.94%-
XYZ33.9827.1949.91-
YUV146.62150.23148.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=36.21%
G=25.51%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761241860.050.3300.27290.323160.78
HexB07CBA52101B1221f3d
Octal2601742725410334423775
Binary1011000011111001011101010110000101101110010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CBA; }

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

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

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

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

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

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

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

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