#B07CBF

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

Shades of East Side #B07CBF

Tints of East Side #B07CBF

Color information

#B07CBF (or 0xB07CBF) is unknown color: approx East Side. HEX triplet: B0, 7C and BF. RGB value is (176,124,191). Sum of RGB (Red+Green+Blue) = 176+124+191=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #B07CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CBF is #4F8340. Grayscale: #929292. Windows color (decimal): -5210945 or 12549296. OLE color: 12549296.

HSL color Cylindrical-coordinate representation of color #B07CBF: hue angle of 286.57º degrees, saturation: 0.34, 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 #B07CBF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176124191-
CMYK0.080.3500.25
HSL286.57º34.36%61.76%-
HSV(B)286.57º35.08%74.9%-
XYZ34.5227.4152.76-
YUV147.19152.73148.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 191 (75% from 255) = 38.90%
R=35.85%
G=25.25%
B=38.90%

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
Decimal1761241910.080.3500.25286.5734.3661.76
HexB07CBF82301911f223e
Octal26017427710430314374276
Binary101100001111100101111111000100011011001100011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CBF; }

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

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

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

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

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

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

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

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