#B07CC0

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

Shades of East Side #B07CC0

Tints of East Side #B07CC0

Color information

#B07CC0 (or 0xB07CC0) is unknown color: approx East Side. HEX triplet: B0, 7C and C0. RGB value is (176,124,192). Sum of RGB (Red+Green+Blue) = 176+124+192=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #B07CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CC0 is #4F833F. Grayscale: #939393. Windows color (decimal): -5210944 or 12614832. OLE color: 12614832.

HSL color Cylindrical-coordinate representation of color #B07CC0: hue angle of 285.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07CC0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176124192-
CMYK0.080.3500.25
HSL285.88º35.05%61.96%-
HSV(B)285.88º35.42%75.29%-
XYZ34.6327.4553.34-
YUV147.3153.23148.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=35.77%
G=25.20%
B=39.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761241920.080.3500.25285.8835.0561.96
HexB07CC082301911e233e
Octal26017430010430314364376
Binary101100001111100110000001000100011011001100011110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CC0; }

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

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

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

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

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

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

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

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